Skip to content

libarghlp: argument helper Version 1.0

Latest
Compare
Choose a tag to compare
@Jukoo Jukoo released this 13 Sep 16:43

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.