shflags icon indicating copy to clipboard operation
shflags copied to clipboard

Allow behavior of '--help' flag evaluation being treated as an error to be overridden

Open Mar-Veloz opened this issue 4 years ago • 0 comments

Introduces a check to only execute break from evaluation loop if flags_help returns true. That way, flags_help can be overridden to return false if one wants usage of the --help flag to not result in an error. This should resolve issue #54.

Mar-Veloz avatar May 11 '20 19:05 Mar-Veloz