This commit is contained in:
LDprg
2023-07-14 17:31:23 +02:00
parent 81bea9f030
commit 0435e9f45e
2 changed files with 5 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ fn cli() -> Command {
fn main() {
let cli = cli();
let matches = cli.clone( ).get_matches();
let matches = cli.clone().get_matches();
match matches.subcommand() {
Some(("check", _)) => {