Skip to content

v2.6.0

Choose a tag to compare

@SpectraL519 SpectraL519 released this 01 Sep 20:06
· 12 commits to master since this release
80ecc26

Modified the command-line tokenization logic to try to split unknown secondary flag arguments into multiple secondary argument flag tokens (one for each character of the unknown flag).

Example: If the program defines an argument with a secondary name v, then -vvv would be equivalent to -v -v -v, unless the program also defines a -vvv argument.

Additional:

  • Added support for declaring the program version
  • Optimized argument lookup during argument tokenization and parsing stages