mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-11-04 09:01:56 +00:00 
			
		
		
		
	Add --plain
This commit is contained in:
		@@ -182,7 +182,9 @@ impl App {
 | 
			
		||||
                Arg::with_name("plain")
 | 
			
		||||
                    .overrides_with("plain")
 | 
			
		||||
                    .short("p")
 | 
			
		||||
                    .long("plain")
 | 
			
		||||
                    .conflicts_with("style")
 | 
			
		||||
                    .conflicts_with("number")
 | 
			
		||||
                    .help("Show plain style (alias for '--style=plain').")
 | 
			
		||||
                    .long_help(
 | 
			
		||||
                        "Only show plain style, no decorations. This is an alias for \
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user