hermes: Relayer commands don't support help menu for subcommands
Summary of Bug
When running relayer query --help
I expect to see the list of subcommands but I just get:
$ relayer query --help
error: unrecognized command `--help`
relayer-cli 0.0.1
Anca Zamfir <anca@interchain.io>, Romain Ruetschi <romain@informal.systems>
FLAGS:
-c, --config CONFIG path to configuration file
-h, --help print help message
-v, --verbose be verbose
Version
v0.0.1
Steps to Reproduce
For Admin Use
- Not duplicate issue
- Appropriate labels applied
- Appropriate contributors tagged
- Contributor assigned/self-assigned
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Reactions: 1
- Comments: 15 (12 by maintainers)
Commits related to this issue
- Added logic to show help message for subcommands. #134 — committed to informalsystems/hermes by andynog 4 years ago
Will try to experiment replacing gumdrop with clap v3 in an abscissa fork and see if that works.