wasme deploy istio
usage message is wrong for multiple arguments
#260
Labels
bug
Something isn't working
wasme deploy istio
usage message is wrong for multiple arguments
#260
Describe the bug
The usage message for
wasme deploy istio
is wrong for both the--namespaces
and--name
options.To Reproduce
--namespaces
is identified as an unknown flag even though it is listed as an optional argument[--namespaces <comma separated namespaced]
in the usage message.--namespaces
to--namespace
and rerun. Note that--name
is identified as an unknown flag even though it is listed as an optional argument[--name deployment-name]
in the usage message.Expected behavior
Usage message should accurately reflect CLI arguments.
Additional context
The text was updated successfully, but these errors were encountered: