Skip to content

Commit

Permalink
[suiop] add aliases for image building
Browse files Browse the repository at this point in the history
  • Loading branch information
after-ephemera committed Jul 26, 2024
1 parent 83b9cd6 commit 39fd9cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/suiop-cli/src/cli/ci/image.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,11 @@ pub enum ImageAction {
#[arg(short = 'v', long)]
ref_val: Option<String>,
},
#[command(name = "list")]
#[command(name = "list", aliases = &["ls"])]
List {
#[arg(short, long)]
#[arg(short, long, aliases = &["repo"])]
repo_name: String,
#[arg(short, long)]
#[arg(short, long, aliases = &["image"])]
image_name: Option<String>,
#[arg(short, long)]
limit: Option<i32>,
Expand Down

0 comments on commit 39fd9cd

Please sign in to comment.