foxpy / qc

Quad C: Custom Cruel C Crate
MIT License
4 stars 0 forks source link

argument parsing library: autogen help message prints empty section #17

Closed foxpy closed 3 years ago

foxpy commented 3 years ago

For example, look at lcm:

Usage: examples/lcm [OPTIONS...]

 Short flags:

 Long options:
  --left=UNSIGNED
  --right=UNSIGNED

Here, "Short flags" section could be omitted since it does not contain any flags.