mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-16 17:19:37 +00:00
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:
parent
be46efdd0f
commit
fb7b680d1f
1 changed files with 1 additions and 1 deletions
|
@ -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)]
|
||||||
|
|
Loading…
Reference in a new issue