mirror of
				https://github.com/Dadido3/go-typst.git
				synced 2025-11-03 20:59:35 +00:00 
			
		
		
		
	Fix Custom command line options
This commit is contained in:
		
							parent
							
								
									d7fc966a42
								
							
						
					
					
						commit
						c2d62b2373
					
				@ -116,5 +116,7 @@ func (c *CLIOptions) Args() (result []string) {
 | 
			
		||||
		result = append(result, "--pdf-standard", c.PDFStandard)
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	result = append(result, c.Custom...)
 | 
			
		||||
 | 
			
		||||
	return
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user