Skip to content

Commit

Permalink
Add short flag for change-set in ls subcommand
Browse files Browse the repository at this point in the history
  • Loading branch information
ysaito1001 committed Jul 23, 2024
1 parent 83e67dc commit a3a856c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ci-build/changelogger/src/ls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use smithy_rs_tool_common::versions_manifest::CrateVersionMetadataMap;
#[derive(Parser, Debug, Eq, PartialEq)]
pub struct LsArgs {
/// Which set of changes to preview
#[clap(long, action)]
#[clap(long, short, action)]
pub change_set: ChangeSet,
}

Expand Down

0 comments on commit a3a856c

Please sign in to comment.