Actions
Bug #28793
closedWrong missing option names
Difficulty:
trivial
Triaged:
Yes
Pull request:
Team Backlog:
Description
If there are missing arguments for some options (e.g. --id or --a-option), then the exception is raised with following message:
Missing arguments for '--id', '--a_option'
Which is not correct, it should be:
Missing arguments for '--id', '--a-option'.
Updated by The Foreman Bot about 5 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/hammer-cli/pull/322 added
Updated by The Foreman Bot about 5 years ago
- Pull request https://github.com/theforeman/hammer-cli-foreman/pull/487 added
Updated by The Foreman Bot almost 5 years ago
- Fixed in Releases hammer-cli-0.20.0 added
Updated by Oleh Fedorenko almost 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 6b3dafd5f5e9a1a83cda491355ece99a638aed01.
Actions