YesChief!
C++ argv parser
|
C++ library helping you to easily create manage options and commands of your CLI.
You can retrieve rpm/deb package attached to latest release.
Devel packages are also build for each push to master branch in package workflow.
A nix package version is also available under tools/nix/yeschief.nix.
For CMake based projects, you can simply use FetchContent
this way:
Then the include path is just #include <yeschief.h>
All following commands should be run inside a nix-shell
, it allows you to have all needed tools and binary in your PATH.
Entire project is based on cmake. So you can just run cmake as for every cmake project.
Or you can run a pre-defined script:
You can then get coverage of these tests with: