Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show subcommand aliases on --help #275

Merged
merged 1 commit into from
Oct 11, 2022
Merged

Conversation

marcospb19
Copy link
Member

Now aliases are shown for all subcommends on the Clap generated
--help message.

...

Usage: ouch [OPTIONS] <COMMAND>

Commands:
  compress
          Compress one or more files into one output file [aliases: c]
  decompress
          Decompresses one or more files, optionally into another folder [aliases: d]
  list
          List contents of an archive [aliases: l]
  help
          Print this message or the help of the given subcommand(s)

...

@figsoda figsoda merged commit fe0af16 into main Oct 11, 2022
@figsoda figsoda deleted the show-aliases-in-help-message branch October 11, 2022 20:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants