Gengetopt is a tool to generate C code to parse getopt styled command line
arguments.
It's similar or even more powerful than the well known libpopt but does not
add any run or compile time dependencies to your projects. Moreover
reading/writing the options from/to config files is also supported.
This package contains common functions for POSIX shell projects to increase code reuse:
*shell-getopt: Shell implementation of getopt(1) utility and getopt family;
*shell-config: to work (read, change and remove variables) with a shell-like config files;
*shell-ini-config: to work with a
... [More] ini-like config files;
*shell-signal: to change the action taken by a process on receipt of a specific signal;
*shell-args: to check argument type, display version and program usage;
*shell-ip-address: to validate the IP address;
*shell-mail-address: to validate the domain and email address;
*shell-quote: to quote variables;
*shell-unittest: Unit testing framework for shell (xUnit compatible);
*shell-error: to display error and verbose messages;... [Less]
This site uses cookies to give you the best possible experience.
By using the site, you consent to our use of cookies.
For more information, please see our
Privacy Policy