1. Home
  2. Browse
  3. args

args

v6.4.7#0Latest

A simple header-only C++ argument parser library. Supposed to be flexible and powerful, and attempts to be compatible with the functionality of the Python standard argparse library (though not necessarily the API).

Install

Run the following Vcpkg command to install the port.

vcpkg install args

Usage

args provides CMake targets:

find_package(args CONFIG REQUIRED)
target_link_libraries(main PRIVATE taywee::args)

Dependencies

See source

Version

v6.4.7#0

Publication

Supports

All

GitHub

Taywee/args1.5K

Homepage

github.com/Taywee/args

Subtree

99396b40c4

License

MIT

Definition

Manifest