mirror of
https://github.com/cuberite/TCLAP.git
synced 2025-09-13 14:16:00 -04:00
tweaked to support tests for '-' arg bug
This commit is contained in:
parent
c35e842ddc
commit
1788e8e05a
@ -40,7 +40,7 @@ void parseOptions(int argc, char** argv)
|
|||||||
SwitchArg btest("B","existTestB", "exist Test B", false);
|
SwitchArg btest("B","existTestB", "exist Test B", false);
|
||||||
cmd.add( btest );
|
cmd.add( btest );
|
||||||
|
|
||||||
ValueArg<string> stest("s", "stringTest", "string test", true, "homer",
|
ValueArg<string> stest("", "stringTest", "string test", true, "homer",
|
||||||
"string");
|
"string");
|
||||||
cmd.add( stest );
|
cmd.add( stest );
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user