Releases: Jukoo/libarghlp
Releases · Jukoo/libarghlp
libarghlp v1.1.0
What's Changed
- feat: New function that handles option arguments with more flexibly than the default Getopt behavior.
- docs: update README by @eltociear in #1
New Contributors
- @eltociear made their first contribution in #1
Full Changelog: 1.0...1.1.0
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.