duckargs
duckargs copied to clipboard
Code generation tool, creates python / C programs that parse command line arguments. Say bye to starting each project by reading "argparse" / "geptopt.h" docs.
Results
1
duckargs issues
Sort by
recently updated
recently updated
newest added
Instead of having a fixed "argc < 2" check, this check should be based on the number of positional arguments. For example, if there are 3 positional arguments, then the...
bug