Bug #27597
closedoutput format for hammer help command is inconsistent
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1666687
Description of problem:
output format of help for some hammer command is inconsistent
Version-Release number of selected component (if applicable):
@satellite 6.5.0 snap 11
How reproducible:
always
Steps to Reproduce:
1. output format of help for some hammer command is inconsistent
2. It should be like <shortname>, <name>, <value>, <description>
3. commands are:
- hammer virt-who-config fetch
- hammer report-template create
- hammer report-template update
Actual results:
hammer > virt-who-config > fetch
--------------------------------
Renders a deploy script for the specified virt-who configuration
Usage:
hammer > virt-who-config > fetch [OPTIONS]
Options:
--id ID
--location LOCATION_NAME Location name
--location-id LOCATION_ID
--location-title LOCATION_TITLE Location title
--name NAME Name to search by
--organization ORGANIZATION_NAME Organization name
--organization-id ORGANIZATION_ID Organization ID
--organization-title ORGANIZATION_TITLE Organization title
--output, -o FILE File where the script will be written.
-h, --help Print help
Expected results:
Usage:
hammer > virt-who-config > fetch [OPTIONS]
Options:
--id ID
--location LOCATION_NAME Location name
--location-id LOCATION_ID
--location-title LOCATION_TITLE Location title
--name NAME Name to search by
--organization ORGANIZATION_NAME Organization name
--organization-id ORGANIZATION_ID Organization ID
--organization-title ORGANIZATION_TITLE Organization title
-o, --output FILE File where the script will be written.
-h, --help Print help
Additional info:
Updated by Oleh Fedorenko over 5 years ago
- Difficulty set to trivial
- Triaged changed from No to Yes
Updated by The Foreman Bot over 5 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/hammer-cli-foreman/pull/447 added
Updated by The Foreman Bot over 5 years ago
- Fixed in Releases hammer-cli-foreman-0.19.0 added
Updated by yifat makias over 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset hammer-cli-foreman|9999e05ae70fe68ccfe8fab76c70349dfefe1e45.