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