Looks like a couple of options were missing cl::cat(Cat) and so weren't in the help output.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM. I don't think it is worth testing this, but for complete sanity, could you post the before and after help text in this thread, please?
Comment Actions
Before:
OVERVIEW: Create an object file from a YAML description USAGE: yaml2obj [options] <input file> OPTIONS: Generic Options: --help - Display available options (--help-hidden for more) --help-list - Display list of available options (--help-list-hidden for more) --version - Display the version of this program yaml2obj Options: --docnum=<uint> - Read specified document from input (default = 1) -o=<filename> - Output filename
After:
OVERVIEW: Create an object file from a YAML description USAGE: yaml2obj [options] <input file> OPTIONS: Generic Options: --help - Display available options (--help-hidden for more) --help-list - Display list of available options (--help-list-hidden for more) --version - Display the version of this program yaml2obj Options: -D=<string> - Defined the specified macros to their specified definition. The syntax is <macro>=<definition> --docnum=<uint> - Read specified document from input (default = 1) --max-size=<ulong> - Sets the maximum allowed output size (0 means no limit) [ELF only] -o=<filename> - Output filename