cli: op show: remove visible alias for positional arg

This commit is contained in:
tinger 2024-08-09 13:55:46 +02:00 committed by tingerrr
parent 9a4cb9e6e8
commit 6c28ca6436

View file

@ -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)]