refactoring and implementing clippy suggestions

This commit is contained in:
Schrottkatze 2023-11-18 19:56:08 +01:00
commit 2db2ef2ea1
5 changed files with 45 additions and 51 deletions

View file

@ -1,5 +1,3 @@
use std::path::PathBuf;
use clap::Parser;
#[derive(Parser, Debug)]