Actions
Bug #28793
closedWrong missing option names
Difficulty:
trivial
Triaged:
Yes
Pull request:
Team Backlog:
Description
If there are missing arguments for some options (e.g. --id or --a-option), then the exception is raised with following message:
Missing arguments for '--id', '--a_option'
Which is not correct, it should be:
Missing arguments for '--id', '--a-option'.
Actions