feat: udpate tests

This commit is contained in:
2023-02-12 13:58:17 +08:00
parent 2eecdf8c48
commit 00ad916fdb
4 changed files with 695 additions and 17 deletions

View File

@@ -29,7 +29,7 @@ enum Commands {
files: Vec<PathBuf>,
},
/// Show file info
#[command(arg_required_else_help = true, short_flag = 'i')]
#[command(arg_required_else_help = true, short_flag = 'I')]
Info {
file: PathBuf,
},