Skip to content

Latest commit

 

History

History
executable file
·
21 lines (13 loc) · 690 Bytes

File metadata and controls

executable file
·
21 lines (13 loc) · 690 Bytes

LibCmdLineC++

A simple parser for parsing command line arguments with C++
Changelog

Important changes in release 1.0.0 (2018-10-13) [stable]

New features

  • A list as last positional argument like program_name <POSITIONAL1> <POSITIONAL2...>
  • An action without parameter as first argument like program_name action [OPTION...]

Important changes in release 0.1.0 (2018-10-07) [first release]

Initial release with the following features:

  • Defining the command line arguments and options.
  • Parsing the command line parameters provided when running the program.
  • Getting command line parameters as different data types into variables.
  • Printing the help.