Skip to content

Commit

Permalink
cli: op show: remove visible alias for positional arg
Browse files Browse the repository at this point in the history
  • Loading branch information
tingerrr committed Aug 9, 2024
1 parent 9a4cb9e commit 6c28ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/commands/operation/show.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ use crate::ui::Ui;
#[derive(clap::Args, Clone, Debug)]
pub struct OperationShowArgs {
/// Show repository changes in this operation, compared to its parent(s)
#[arg(visible_alias = "op", default_value = "@")]
#[arg(default_value = "@")]
operation: String,
/// Don't show the graph, show a flat list of modified changes
#[arg(long)]
Expand Down

0 comments on commit 6c28ca6

Please sign in to comment.