Modify ↓
Ticket #240 (closed defect: fixed)
no help command
| Reported by: | wingo@… | Owned by: | thomas |
|---|---|---|---|
| Priority: | major | Milestone: | 0.2.5 |
| Component: | moap | Version: | TRUNK |
| Keywords: | Cc: |
Description
Steps to reproduce: wingo@bracket:~/src/moap$ moap help
Expected output: help :)
Actual output: Unknown command 'help'.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

See #242 - canonical way of getting help with a program is -h or --help.
Not sure it's worth it writing code that differentiates between "moap help" and "moap help (subcommand)", and polluting the command tree with a "help" command at each level.
Patches considered though.