commando
commando copied to clipboard
bypass exit on default help
By default when the help screen was printed the script is ended by exit(). There are cases were this behavior is undesired. The change allows to bypass this, the default behavior is unaffected.
Additionally I fixed useDefaultHelp() to match into the fluid interface.