Issue:
Some of the generated help messages from swagger do not conform to CLI convention and need to be modified manually.
Verbs should use original form instead of third person singular form.
Example names should use a sentence instead of snake case words. For instance: Factories_Delete should be Delete a factory.
The help message for create command and update command should be different instead of the same create or update ....(This is already fixed in latest version)
Help message for the root level command group is missing.
Impact:
Reduce the work amount of copying a lot of help messages under manual folder and then modify them manually.
Issue: Some of the generated help messages from swagger do not conform to CLI convention and need to be modified manually.
Factories_Delete
should beDelete a factory
.create or update ...
.(This is already fixed in latest version)Impact: Reduce the work amount of copying a lot of help messages under
manual
folder and then modify them manually.