pargvc
is a small set of utilities for managing argv in a faster way. I'm coding it mainly for my use, but you can use this as well, and eventually improve it.
Adding command line arguments, and interacting with them.
pargvc supports both 'switch' arguments and value-assignable arguments, so you can
- Check the value assigned to each argument
- Check for flags called in the command
I won't merge to master very often, so check dev branch!
- Clone the repo
- Open the src directory in the terminal
make installib
✔️
Include it in your code with #include <pargvc.h>
In gcc, add the -lpargvc
flag when compiling any project that uses pargvc
Sure. Check the wiki!