mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-10-30 22:54:07 +00:00 
			
		
		
		
	added set_terminal_title arg to clap_app.rs to fix ci errors
This commit is contained in:
		| @@ -50,9 +50,6 @@ Options: | ||||
|       --diff-context <N> | ||||
|           Include N lines of context around added/removed/modified lines when using '--diff'. | ||||
|  | ||||
|       --set_terminal_title | ||||
|           Sets terminal title to filenames when using a pager. | ||||
|  | ||||
|       --tabs <T> | ||||
|           Set the tab width to T spaces. Use a width of 0 to pass tabs through directly | ||||
|  | ||||
| @@ -163,6 +160,9 @@ Options: | ||||
|       --acknowledgements | ||||
|           Show acknowledgements. | ||||
|  | ||||
|       --set_terminal_title | ||||
|           Sets terminal title to filenames when using a pager. | ||||
|  | ||||
|   -h, --help | ||||
|           Print help (see a summary with '-h') | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user