10 open-source projects similar to docopt/docopt.nim, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Docopt.nim alternative.
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…
clapfn is an easy-to-use Command Line Argument Parser For Nim.