cmdline
cmdline copied to clipboard
this API parse_check(const string arg) not work
my example code is follow:
’‘’
cmdline::parser parser;
parser.add
I built a bin as "test", when I execute the command "./test --gtest_filter=*.test1 --loglevel 5",
but the loglevel is always set to be default value 1
please check this problem, thx