src/cli/command.rs: set exit status on error
This commit is contained in:
		@ -212,6 +212,7 @@ fn handle_simple_command(
 | 
			
		||||
        }
 | 
			
		||||
        Err(err) => {
 | 
			
		||||
            eprintln!("Error: {}", err);
 | 
			
		||||
            std::process::exit(-1);
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user