CmdParser

A simple and lightweight command line parser using C++11.

MIT License

Stars
141

Bot releases are visible (Hide)

CmdParser - 1.1.0 Latest Release

Published by FlorianRappl about 3 years ago

  • Changed to support nested cmd options based on top level commands (#22)
  • Disabled unreachable code warning for msvc (#25)
  • Added ref to const auto in range for (#23)
  • Added support for long long type for IA32 architecture (#26)
CmdParser - 1.0.0

Published by FlorianRappl over 5 years ago

CmdParser - Initial release

Published by FlorianRappl over 9 years ago

First release