https://github.com/crambl/clap-cpp
Ergonomic and efficient command-line argument parser library that does as much as possible at compile-time
https://github.com/crambl/clap-cpp
Last synced: 3 months ago
JSON representation
Ergonomic and efficient command-line argument parser library that does as much as possible at compile-time
- Host: GitHub
- URL: https://github.com/crambl/clap-cpp
- Owner: CramBL
- License: mit
- Created: 2024-04-27T17:16:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-27T17:44:31.000Z (about 1 year ago)
- Last Synced: 2025-01-23T04:32:58.725Z (4 months ago)
- Language: CMake
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Command-Line Argument Parser for C++
## Purpose
Ergonomic and efficient command-line argument parser library that does as much as possible at compile-time.
## Note
This is not production ready and is unlikely to ever be.