diff --git a/src/commands.rs b/src/commands.rs index 1e28e25e0..58a712e85 100644 --- a/src/commands.rs +++ b/src/commands.rs @@ -366,7 +366,7 @@ struct DescribeArgs { /// Update the description and create a new change on top. #[derive(clap::Args, Clone, Debug)] -#[command(hide = true)] +#[command(hide = true, visible_aliases=&["ci"])] struct CommitArgs { /// The change description to use (don't open editor) #[arg(long, short)]