mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-11-04 00:51:56 +00:00 
			
		
		
		
	@@ -332,6 +332,7 @@ pub fn build_app(interactive_output: bool) -> ClapApp<'static, 'static> {
 | 
			
		||||
                .takes_value(true)
 | 
			
		||||
                .value_name("width")
 | 
			
		||||
                .hidden_short_help(true)
 | 
			
		||||
                .allow_hyphen_values(true)
 | 
			
		||||
                .validator(
 | 
			
		||||
                    |t| {
 | 
			
		||||
                        let is_offset = t.starts_with('+') || t.starts_with('-');
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user