mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-20 03:20:08 +00:00
cli: op show: remove visible alias for positional arg
This commit is contained in:
parent
9a4cb9e6e8
commit
6c28ca6436
1 changed files with 1 additions and 1 deletions
|
@ -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)]
|
||||
|
|
Loading…
Reference in a new issue