An open API service indexing awesome lists of open source software.

https://github.com/inv2004/argparse_nim_examples


https://github.com/inv2004/argparse_nim_examples

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

```
https://github.com/docopt/docopt.nim 2y # you have to use parseInt($args[""]) and parse each param individually. not multilevel
https://github.com/onelivesleft/simple_parseopt 4y # did not find how to parse enum commands. not multilevel
https://github.com/squattingmonk/blarg 3y # it is like std parseopt
https://github.com/amnr/getopty 1y # it is like std parseopt
https://github.com/Xe/argument_parser/ 10y # not multilevel. Everything needs a lot of manual code
https://github.com/fenekku/commandeer 8y # looks ok, but cannot run it
https://github.com/c-blake/cligen 1w # did not find a way to pass arg without `-` prefix
https://github.com/iffy/nim-argparse 5m # multilevel is good. no types. Mixing optional args with commands is not supported
https://github.com/madprops/nap 8m # did not find commands support
https://bitbucket.org/maxgrenderjones/therapist 1y # *everything looks good
https://github.com/casey-SK/commandant 4y # *easy creation, but all values are global. int just calls parseInt. does not suppose sub-subcommand
https://github.com/HTGenomeAnalysisUnit/nim-simpleargs 3y # cannot compile. not types
https://github.com/AinTEAsports/nclap 2w # no types, not clear how to work with arguments
```