1
0

feat: finish exec runner

This commit is contained in:
2026-05-09 20:07:08 +08:00
parent 6804b96078
commit a6322bff51
3 changed files with 123 additions and 9 deletions

View File

@@ -114,7 +114,7 @@ pub enum CliExtCommands {
/// The scope where unlink file extension.
#[arg(short = 't', long = "target", value_name = "TARGET", required = true, value_enum, default_value_t = RegScope::User)]
target: RegScope,
// The file extensions used for this operation. Specify * for all file extension.
// The file extensions (without leading dot) used for this operation. Specify * for all file extension.
#[arg(required = true, value_name = "EXTS", num_args = 1..)]
exts: Vec<String>,
},