mirror of
https://github.com/cuberite/TCLAP.git
synced 2025-09-10 04:41:57 -04:00
added new var
This commit is contained in:
parent
84a061ca4e
commit
b8c1dbf97c
@ -167,6 +167,11 @@ class Arg
|
|||||||
*/
|
*/
|
||||||
static const string nameStartString;
|
static const string nameStartString;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The name used to identify the ignore rest argument.
|
||||||
|
*/
|
||||||
|
static const string ignoreNameString;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets the delimiter for all arguments.
|
* Sets the delimiter for all arguments.
|
||||||
* \param c - The character that delimits flags/names from values.
|
* \param c - The character that delimits flags/names from values.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user