Skip to content

Commit

Permalink
Add desc as an alias for description
Browse files Browse the repository at this point in the history
  • Loading branch information
honglooker committed Sep 21, 2023
1 parent b3e7e7a commit 6b1d760
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/src/commands/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "@")]
Expand Down

0 comments on commit 6b1d760

Please sign in to comment.