Commands: Alias commit to ci for cvs/mercurial/svn compatability

As far as I can tell it won't hurt anyone to have this alias exist, but will
help those of us with old muscle memory.
This commit is contained in:
Augie Fackler 2022-12-28 12:22:40 -05:00
parent b3fa9e5b6c
commit f64d8f45ae

View file

@ -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)]