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++
- Host: GitHub
- URL: https://github.com/erebe/commandline-parser
- Owner: erebe
- Created: 2012-12-14T17:59:43.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2021-06-17T13:07:44.000Z (about 5 years ago)
- Last Synced: 2025-03-29T06:53:59.979Z (about 1 year ago)
- Language: C++
- Size: 102 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.