Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 664 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 664 Bytes

argon

CI Coverage

Argon is a command line argument parser which supports optional and positional arguments.

Read the docs here.

Building and Installing

Here's how to build and install Argon on any platform.

cmake -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build --config Release
cmake --install build