Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 382 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 382 Bytes

Overview

argparse-cpp is yet another command-line argument parser implemented in C++17.

Building from source

Prerequisites

  • CMake >= 3.25
  • GCC / Clang
  • GTest

Getting the source

git clone https://github.com/rhanqtl/argparse-cpp.git

Building

$ mkdir build
$ cd build
$ cmake ..
$ ninja  # or whatever you like

Contributing

// TODO