mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-11-04 09:01:56 +00:00 
			
		
		
		
	--map-syntax takes just one value
This commit is contained in:
		@@ -65,6 +65,7 @@ pub fn build_app(interactive_output: bool) -> ClapApp<'static, 'static> {
 | 
			
		||||
                .long("map-syntax")
 | 
			
		||||
                .multiple(true)
 | 
			
		||||
                .takes_value(true)
 | 
			
		||||
                .number_of_values(1)
 | 
			
		||||
                .value_name("from:to")
 | 
			
		||||
                .help("Map a file extension or name to an existing syntax.")
 | 
			
		||||
                .long_help(
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user