Futilities/v0.6/clade/Kiosk

From Woozle Writes Code
< Futilities‎ | v0.6‎ | clade
Revision as of 01:24, 16 November 2025 by Woozle (talk | contribs)
Jump to navigation Jump to search
Clade Family
[WFe]Kiosk Kiosk

Legacy
WUIDL

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
Subpages

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