mirror of
https://github.com/cuberite/TCLAP.git
synced 2025-09-07 19:29:07 -04:00
new fangled
This commit is contained in:
parent
58eccf7e2e
commit
2e4e5637a6
@ -10,7 +10,7 @@ int main(int argc, char** argv)
|
||||
try {
|
||||
|
||||
// Define the command line object.
|
||||
CmdLine cmd(argv[0], "Command description message", "0.9");
|
||||
CmdLine cmd("Command description message", ' ', "0.9");
|
||||
|
||||
// Define a value argument and add it to the command line.
|
||||
ValueArg<string> nameArg("n","name","Name to print",true,"homer","string");
|
||||
|
Loading…
x
Reference in New Issue
Block a user