Skip to content

ChrisThrasher/argon

Repository files navigation

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

About

Command line argument parser

Topics

Resources

License

Stars

Watchers

Forks