I'm using google flags for command line parsing. It's a wonderful tool, but somehow I need it to ignore unknown flags instead of print a line of
ERROR: unknown command line flag ...
Is there anyway to do it?
If you use a flagfile
, unrecognised flags are ignored.