mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-10-31 07:04:04 +00:00 
			
		
		
		
	Document the --generate-config-file option
This commit is contained in:
		
				
					committed by
					
						 David Peter
						David Peter
					
				
			
			
				
	
			
			
			
						parent
						
							40a827ebcb
						
					
				
				
					commit
					7c50fe5fec
				
			| @@ -485,6 +485,11 @@ non-default location of the configuration file: | |||||||
| export BAT_CONFIG_PATH="/path/to/bat.conf" | export BAT_CONFIG_PATH="/path/to/bat.conf" | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
|  | A default configuration file can be created with the `--generate-config-file` option. | ||||||
|  | ```bash | ||||||
|  | bat --generate-config-file | ||||||
|  | ``` | ||||||
|  |  | ||||||
| ### Format | ### Format | ||||||
|  |  | ||||||
| The configuration file is a simple list of command line arguments. Use `bat --help` to see a full list of possible options and values. In addition, you can add comments by prepending a line with the `#` character. | The configuration file is a simple list of command line arguments. Use `bat --help` to see a full list of possible options and values. In addition, you can add comments by prepending a line with the `#` character. | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user