1
0

feat: update highlevel

This commit is contained in:
2026-04-22 14:53:22 +08:00
parent fc2097560c
commit fed02ad9bc
3 changed files with 48 additions and 13 deletions

View File

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