This approach to CLIs was inspired by Andrey Mikhaylenko's Python argh (Click became more popular). The key observation is that proc signatures already encode what you need to generate CLIs - names, types, and default values. Reflection then suffices to generate parser-dispatchers translating…
[docopt][docopt.org] creates beautiful command-line interfaces
Die Hauptfunktionen von docopt/docopt.nim sind: CLI Automation, Nim CLI Frameworks.
Open-Source-Alternativen zu docopt/docopt.nim sind unter anderem: status-im/nim-confutils — nim-confutils. c-blake/cligen — This approach to CLIs was inspired by Andrey Mikhaylenko's Python argh (Click became more popular). The key… iffy/nim-argparse — Docs. juancarlospaco/cliche — AutoMagic CLI argument parsing is so Cliché. beshrkayali/loki — Loki. rowdaboat/cliquet.