Home | History | Annotate | Download | only in doc

Lines Matching full:help

23 Fixed issue #11. When help is requested, the help flag is no longer prefixed
28 Fixed issue #12. Requesting help shouldn't be considered an error.
84 Fixed bug under Solaris where the generated help was adding extra 'x'
125 Issue# 1: When a user defines their own `--help` flag, no more warning is thrown
126 when `FLAGS()` is called stating that the help flag already defined.
128 Issue# 2: Passing the `--nohelp` option no longer gives help output.
136 Fixed bug where the help output added '[no]' to all flag names
144 Added unit testing for the help output.
149 required the 'help' flag definition to be moved inside the FLAGS command.