is the german word for meager, barren, sparse
is also an option parser with meager features but simple setup and pretty output
does just the bare minimum:
- automatic help generation
- short and long option names
- unnamed arguments
- boolean toggle
- dictionary output
args = require('karg') """
simple
additional unnamed arguments **
an-option some description = default
boolean -b to turn it on = false
switch -s to turn it off = true
invisible = hidden
help
some help
version 1.0.0
"""