search for: hideunrelatedopt

Displaying 2 results from an estimated 2 matches for "hideunrelatedopt".

2019 May 09
4
Making llvm-xyz -help useful
...of available options (--help-list-hidden for more) --version - Display the version of this program llvm-cat Options: -b - Whether to perform binary concatenation -o=<filename> - Output filename Depending on the tools, the filtering imposed by llvm::cl::HideUnrelatedOptions may be too harsh, but there's still -help-hidden for the curious! Any thoughts on that approach? Should I go on that way for other tools? If so, anyone willing to be auto-added as a reviewer? ++ Serge
2016 Apr 20
2
libOption
Okay, that makes sense, thanks. I'll go with cl::opt, then. On Wed, Apr 20, 2016 at 8:08 AM, Sean Silva <chisophugis at gmail.com> wrote: > libOption's key feature is being able implement command line parsing > compatible with basically any program under the sun. For example, you have > control over distinguishing between `-foo` and `--foo` if you need that. > It is