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.
Actions