Actions
Bug #7742
closedrudder CLI commands should print their expected options with -h / --help
Bug #7742:
rudder CLI commands should print their expected options with -h / --help
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
Currently, it's pretty hard to figure out from the command line what options a "rudder *" command accepts. The commands don't take a "-h" or "--help" option which is the usual and expected behaviour for all UNIX commands.
We should add this feature.
Updated by Alexis Mousset about 10 years ago
- Target version changed from 2.11.18 to 3.0.13
Updated by Alexis Mousset about 10 years ago
This call should be intercepted by the rudder command script and the response should be generated from the @man section of the command.
Updated by Alexis Mousset about 10 years ago
- Status changed from New to In progress
Updated by Alexis Mousset about 10 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Alexis Mousset to Jonathan CLARKE
- Pull Request set to https://github.com/Normation/rudder-agent/pull/41
Updated by Alexis Mousset about 10 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset rudder-agent|466729666a0df7873f3dc15115f63de904d03b81.
Updated by Vincent MEMBRÉ about 10 years ago
Actions