Test changes

This commit is contained in:
LDprg 2023-07-14 17:11:49 +02:00 committed by GitHub
parent 7dffecba35
commit 133fccbf07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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", _)) => {