Fix some small bugs

This commit is contained in:
Fabian Stamm
2025-05-27 20:31:16 +02:00
parent ffacba2e96
commit c168df8365
9 changed files with 193 additions and 67 deletions

View File

@ -32,6 +32,9 @@ enum Commands {
}
pub fn main() -> Result<()> {
use simple_logger::SimpleLogger;
SimpleLogger::new().init()?;
let cli = Cli::parse();
if cli.verbose {