libarghlp: argument helper Version 1.0
libarghlp version 1.0
Small library built on top of getopt.
The aim of this little library is to make the use of arguments easy to understand, with an integrated description field to improve the readability and dynamism of the code. You can define your helper at the same time as you define your flags.
- Build a dynamic helper, no need to put your helper in a big macro.
- Handles short and long arguments
- Compatible with the
getop_long
function.
see more on example folder.