1
0

feat: fix exec runner issue

This commit is contained in:
2026-05-08 14:14:55 +08:00
parent ec5c78e8ce
commit d4b52efee0
3 changed files with 16 additions and 9 deletions

View File

@@ -83,8 +83,8 @@ pub enum CliCommands {
#[command(about = "Fetch the status of registration with given manifest and scope.")]
Status {
/// The view where fetch info.
#[arg(short = 't', long = "target", value_name = "TARGET", required = true, value_enum, default_value_t = RegView::User)]
target: RegView,
#[arg(short = 't', long = "target", value_name = "TARGET", required = true, value_enum, default_value_t = RegScope::User)]
target: RegScope,
},
#[command(name = "ext")]
#[command(about = "File extension related operations according to given program manifest.")]