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

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

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.