CMD client usability issue
Unisay opened this issue · 1 comments
Unisay commented
Expected behavior
$ fullstop --help resolve-violations
$ fullstop help resolve-violations
Shows help about resolve-violation subcommand (OPTIONS available)
fullstop resolve-violations help
doesn't resolve violations in bulk
Step needed
I was trying to get help for the resolve-violations command and this is what happened:
$ fullstop --help
Usage: fullstop [OPTIONS] COMMAND [ARGS]...
Options:
-V, --version Print the current version number and exit.
-h, --help Show this message and exit.
Commands:
configure Configure fullstop.
list-violations List violations
resolve-violations Resolve violations
types List violation types
$fullstop --help resolve-violations
Usage: fullstop [OPTIONS] COMMAND [ARGS]...
Options:
-V, --version Print the current version number and exit.
-h, --help Show this message and exit.
Commands:
configure Configure fullstop.
list-violations List violations
resolve-violations Resolve violations
types List violation types
$ fullstop help resolve-violations
Usage: fullstop [OPTIONS] COMMAND [ARGS]...
Error: No such command "help".
$ fullstop resolve-violations help
Resolving violation 816164633863/eu-west-1 MISSING_SPEC_LINKS 2512182.. OK
Resolving violation 816164633863/eu-west-1 WRONG_AMI 2506345.. OK
Resolving violation 816164633863/eu-west-1 WRONG_AMI 2506344.. OK
...
ChristianLohmann commented