ok/jj
1
0
Fork 0
forked from mirrors/jj

Add desc as an alias for description

This commit is contained in:
Hong Shin 2023-09-21 15:29:56 -07:00 committed by honglooker
parent b3e7e7adf6
commit a736c153ae

View file

@ -439,6 +439,7 @@ struct InterdiffArgs {
/// Starts an editor to let you edit the description of a change. The editor
/// will be $EDITOR, or `pico` if that's not defined (`Notepad` on Windows).
#[derive(clap::Args, Clone, Debug)]
#[command(visible_aliases = &["desc"])]
struct DescribeArgs {
/// The revision whose description to edit
#[arg(default_value = "@")]