Actions
Bug #5764
closed--id param is not listed for "hammer product info --help"
Description
$ bundle exec hammer --output csv product info --help
Message
"Usage:
hammer product info [OPTIONS]
Options:
-h, --help print help
"
$ bundle exec hammer --output csv product info --id 1
Error: Unrecognised option '--id'
See: 'hammer product info --help'
Actions