You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: