Skip to content

Commit

Permalink
display aliases in the help text (#576)
Browse files Browse the repository at this point in the history
  • Loading branch information
Milo123459 authored Nov 28, 2024
1 parent b062d0c commit cfd4be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ macro_rules! commands_enum {
enum Commands {
$(
#[clap(
$(aliases = &[$( stringify!($alias) ),*])?
$(visible_aliases = &[$( stringify!($alias) ),*])?
)]
[<$module:camel>]($module::Args),
)*
Expand Down

0 comments on commit cfd4be4

Please sign in to comment.