mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-11-04 00:51:56 +00:00 
			
		
		
		
	Updated long help to reflect BAT_STYLE changes
This commit is contained in:
		@@ -182,7 +182,8 @@ impl App {
 | 
			
		||||
                         borders, Git modifications, ..) to display in addition to the \
 | 
			
		||||
                         file contents. The argument is a comma-separated list of \
 | 
			
		||||
                         components to display (e.g. 'numbers,changes,grid') or a \
 | 
			
		||||
                         pre-defined style ('full')",
 | 
			
		||||
                         pre-defined style ('full'). To set a default theme, export the \
 | 
			
		||||
                         BAT_STYLE environment variable (e.g.: export BAT_STYLE=\"numbers\").",
 | 
			
		||||
                    ),
 | 
			
		||||
            ).arg(
 | 
			
		||||
                Arg::with_name("plain")
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user