Futilities/v0.6/clade/Sys/Opts

From WoozleCodes
Jump to navigation Jump to search
clade: Sys\Opts
Clade Family
InArgs Opts Spider
Clade Aliases
Alias Clade
AppAdmin Sys\App
Base* [c,i] [WFe]Sys\Events\InputRq\aux\InArgs
OptPair* [c,i] Sys\Opts\aux\Pair\Main
SubOpt* [c,i] Sys\Opts\aux\Sub
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.
  • Old docs: Futilities/human/lib/caOptsBase

History

  • 2022-07-29 created
  • 2024-04-29 converted to class-per-file
    • renamed from .\caOptsBase -> .\caOpt
  • 2026-04-28 adapting for Ferreteria v0.6

Code