Introduction

arparse-cpp is a single header only library for parsing command line arguments in C++. It is also ideal for creating various CLI tools thanks to its clean and comprehensible API.

  • Available on Conan
  • Written in C++20
  • Unit tested with Catch2

Contributing

argparse-cpp is free and open source. You can find the source code here. Issues and feature requests can be posted on the GitHub issue tracker. If you'd like to contribute, consider opening a pull request.

License

The whole argparse-cpp project is released under MIT License.