Displaying 1 result from an estimated 1 matches for "98dd093c".
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