Bug Description
The test command prints the same generic error message for
three different missing arguments, giving users no indication
of which specific argument is missing.
Current behavior
All three missing argument checks print:
"test command require apiName:apiVersion args"
Expected behavior
Each check should print a specific message telling the user
exactly which argument is missing and what format it expects.
Proposed fix
I have a fix ready and will submit a PR once this issue is approved.
Bug Description
The
testcommand prints the same generic error message forthree different missing arguments, giving users no indication
of which specific argument is missing.
Current behavior
All three missing argument checks print:
"test command require apiName:apiVersion args"
Expected behavior
Each check should print a specific message telling the user
exactly which argument is missing and what format it expects.
Proposed fix
I have a fix ready and will submit a PR once this issue is approved.