- If a flag option has an alias, --help will print it next to the option. E.g: --preprocess, which is an alias for -E will be printed as: --preprocess | -E
- Optionally allow printing out command line options that don't have associated HelpText. This is used by Clang's --help-hidden-all I'm adding in a separate patch.