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