Test changes

This commit is contained in:
LDprg
2023-07-14 17:11:49 +02:00
committed by GitHub
parent 7dffecba35
commit 133fccbf07

View File

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