cli: don't hide jj commit from help output

The command is not only useful for new users, it's also useful as a
combination of `jj describe` and `jj new`.
This commit is contained in:
Martin von Zweigbergk 2023-03-16 21:06:00 -07:00 committed by Martin von Zweigbergk
parent be46efdd0f
commit fb7b680d1f

View file

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