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
running the hello_world.sh example from the 1.2 doc with an invalid option throws the error and exits .. it would be better to show the help in addition?
# sh test.sh -xflags:WARN getopt: invalid option -- 'x' --flags:FATAL unable to parse provided options with getopt.
parsing error should show help
# sh test.sh -hUSAGE: test.sh [flags] argsflags: -d,--[no]debug: enable debug mode (default: false) -h,--help: show this help (default: false)
The text was updated successfully, but these errors were encountered:
Seems reasonable. Of the three semi-random command choices of grep, ls, and find that I tested on my macOS machine, all three provided usage info for an invalid argument. Setting to milestone 1.3.1.
running the hello_world.sh example from the 1.2 doc with an invalid option throws the error and exits .. it would be better to show the help in addition?
parsing error should show help
The text was updated successfully, but these errors were encountered: