genparse
command line parser generator
Install
- All systems
-
curl cmd.cat/genparse.sh
- Debian
-
apt-get install genparse
- Ubuntu
-
apt-get install genparse
- Kali Linux
-
apt-get install genparse
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install genparse
- Raspbian
-
apt-get install genparse
- Dockerfile
- dockerfile.run/genparse
genparse
command line parser generator
From simple and concise specification file, you can define the command line parameters and switches that you would like to be able to pass to your program. Genparse creates the C code of the parser for you, which you can then compile as a separate file and link with your program.