An open API service indexing awesome lists of open source software.

https://github.com/erebe/commandline-parser

Allow you to manage the command line in c++
https://github.com/erebe/commandline-parser

Last synced: about 1 year ago
JSON representation

Allow you to manage the command line in c++

Awesome Lists containing this project

README

          

CommandLine-Parser
==================

Allow you to parse the command line in c++
Useful if you do not want to depend on boost

Look at main.cpp for an example.