Fix some small bugs
This commit is contained in:
@@ -32,6 +32,9 @@ enum Commands {
|
||||
}
|
||||
|
||||
pub fn main() -> Result<()> {
|
||||
use simple_logger::SimpleLogger;
|
||||
SimpleLogger::new().init()?;
|
||||
|
||||
let cli = Cli::parse();
|
||||
|
||||
if cli.verbose {
|
||||
|
||||
Reference in New Issue
Block a user