| Clade Aliases
|
| Alias |
Clade
|
| Base* [c,i] |
Sys\Routing\Kiosk
|
| FListIface |
Sys\Data\tree\XML\tags\base\FoundList
|
| ItWent* [c,i] |
Sys\Events\ItWent
|
| LogIface |
Data\File\Log\Log
|
| QStr* [c,i] |
Data\Mem\QVar\Str
|
|
About
- PURPOSE: base class for parsing and managing command-line options
- I originally tried to use
getopt(), but the way it does stuff just adds confusion and removes flexibility.
Terminology
At one point I was using the following:
- AppOptions - the options made available by the app
- CmdOptions - the options invoked by the user in a particular session
I seem to be gravitating towards just calling AppOptions "Options" and using... some other term for CmdOptions.
Pages