mirror of
				https://github.com/juanfont/headscale.git
				synced 2025-11-04 10:01:05 +01:00 
			
		
		
		
	Add yaml to output help
This commit is contained in:
		
							parent
							
								
									a249d3fe39
								
							
						
					
					
						commit
						ce3f79a3bf
					
				@ -9,7 +9,7 @@ import (
 | 
			
		||||
 | 
			
		||||
func init() {
 | 
			
		||||
	rootCmd.PersistentFlags().
 | 
			
		||||
		StringP("output", "o", "", "Output format. Empty for human-readable, 'json' or 'json-line'")
 | 
			
		||||
		StringP("output", "o", "", "Output format. Empty for human-readable, 'json', 'json-line' or 'yaml'")
 | 
			
		||||
	rootCmd.PersistentFlags().Bool("force", false, "Disable prompts and forces the execution")
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user