mirror of
				https://github.com/Dadido3/go-typst.git
				synced 2025-11-04 05:09:35 +00:00 
			
		
		
		
	Add TODO comment
This commit is contained in:
		
							parent
							
								
									ef185b9601
								
							
						
					
					
						commit
						79b86fb22c
					
				
							
								
								
									
										2
									
								
								cli.go
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								cli.go
									
									
									
									
									
								
							@ -14,6 +14,8 @@ import (
 | 
			
		||||
 | 
			
		||||
// TODO: Add docker support to CLI, by calling docker run instead
 | 
			
		||||
 | 
			
		||||
// TODO: Add an interface for the Typst caller and let CLI (and later docker and WASM) be implementations of that
 | 
			
		||||
 | 
			
		||||
type CLI struct {
 | 
			
		||||
	ExecutablePath string // The Typst executable path can be overridden here. Otherwise the default path will be used.
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user