ArgScript::LineOption struct

An option of an ArgScript line.

Option keywords are preceded with a '-'. Options can have none or multiple arguments; if it has no arguments, it is considered a 'flag'.

Public variables

char** mpStrings
size_t mnFirstArgument
size_t mnArgumentCount
bool mbIsFlag