https://github.com/keyweeusr/cute-parsed-parameters
Just a small and cute parameter parser for CLI in C++
https://github.com/keyweeusr/cute-parsed-parameters
Last synced: 4 months ago
JSON representation
Just a small and cute parameter parser for CLI in C++
- Host: GitHub
- URL: https://github.com/keyweeusr/cute-parsed-parameters
- Owner: KeyWeeUsr
- License: mit
- Created: 2019-06-12T20:18:07.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-14T23:23:59.000Z (about 6 years ago)
- Last Synced: 2024-12-28T08:27:49.654Z (6 months ago)
- Language: C++
- Homepage: https://badida.sk/mantis/view_all_bug_page.php?project_id=9
- Size: 44.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Cute Parsed Parameters
Just a small and cute parameter parser.
# Generate build files
$ cmake .
# Compile
$ make
# Test
$ make test