Skip to content

Releases: Jukoo/libarghlp

libarghlp v1.1.0

02 Dec 14:53
Compare
Choose a tag to compare

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

Full Changelog: 1.0...1.1.0

libarghlp: argument helper Version 1.0

13 Sep 16:43
Compare
Choose a tag to compare

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.