-
-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
When run with --help
or without a CMD
the help suggests the syntax halp [OPTIONS] [CMD] <COMMAND>
.
But running halp anycmd plz
which follows that order errors with
error: the following required arguments were not provided:
<CMD>
Usage: halp plz <CMD>
For more information, try '--help'.
To reproduce
halp anycmd plz
Expected behavior
Either the help should not list the arguments in the wrong order (I think that's the proper solution) or it should accept the suggested syntax.
Software information
- Project version: halp 0.1.5
And likely irrelevant but here you go:
- Operating system: Arch GNU/Linux x86_64 6.2.10-arch1-1
- Rust version: rustc 1.69.0 (84c898d65 2023-04-16)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working