Actions
Tracker #27706
openMake the options more readable in the command help
% Done:
67%
Description
Currently:
# hammer capsule update --help Actual results: === ... --location LOCATION_NAME Location name --location-id LOCATION_ID --location-ids LOCATION_IDS REPLACE locations with given ids Comma separated list of values. Values containing comma should be quoted or escaped with backslash --location-title LOCATION_TITLE Location title --location-titles LOCATION_TITLES Comma separated list of values. Values containing comma should be quoted or escaped with backslash --locations LOCATION_NAMES Comma separated list of values. Values containing comma should be quoted or escaped with backslash --name NAME Name to search by --new-name NEW_NAME --organization ORGANIZATION_NAME Organization name --organization-id ORGANIZATION_ID Organization ID --organization-ids ORGANIZATION_IDS REPLACE organizations with given ids. Comma separated list of values. Values containing comma should be quoted or escaped with backslash --organization-title ORGANIZATION_TITLE Organization title --organization-titles ORGANIZATION_TITLES Comma separated list of values. Values containing comma should be quoted or escaped with backslash --organizations ORGANIZATION_NAMES Comma separated list of values. Values containing comma should be quoted or escaped with backslash ... ===
It is not easy to read and understand what options serve what purpose. It needs to be simplified and the descriptions needs to be more informative.
More detailed information could be provided by a --full-help.
Updated by Oleh Fedorenko about 5 years ago
Adding RFE by Tomáš Strachota:
https://github.com/theforeman/rfcs/pull/32/files#diff-703df81dafa93bd5f66fce07bd9cbdc1
Updated by Oleh Fedorenko about 5 years ago
- Related to Feature #24655: Include details about the required options in the help text added
Updated by Oleh Fedorenko about 5 years ago
- Related to Bug #16225: Allowed combinations of expanded options aren't obvious added
Updated by Oleh Fedorenko about 5 years ago
- Related to Feature #4128: hammer $command --help should show mandatory and optional parameter differences added
Updated by Oleh Fedorenko almost 5 years ago
- Tracker changed from Feature to Tracker
- Assignee set to Oleh Fedorenko
- % Done set to 0
- Triaged changed from No to Yes
Updated by Oleh Fedorenko almost 5 years ago
- Status changed from New to Assigned
Actions