arg-router v1.4.0
- Created
- Updated
C++ command line argument parsing and routing.
# Usage
The package arg-router is a header-only library and so is typically used like this:
find_package(arg_router REQUIRED)
target_link_libraries(my_exe PUBLIC arg_router::arg_router)
For more information, see the docs here:
https://github.com/cmannett85/arg_router
# License
# Supported Platforms
All platforms are supported
# Features
No features defined.
# Dependencies
and 13 transitive dependencies:
- boost-assert
>= v1.86.0
(by boost-container ) - boost-cmake
>= v1.86.0
(by boost-lexical-cast ) - boost-config
>= v1.86.0
(by boost-lexical-cast ) - boost-container
>= v1.86.0
(by boost-lexical-cast ) - boost-core
>= v1.86.0
(by boost-lexical-cast ) - boost-headers
>= v1.86.0
(by boost-config ) - boost-integer
>= v1.86.0
(by boost-lexical-cast ) - boost-intrusive
>= v1.86.0
(by boost-container ) - boost-move
>= v1.86.0
(by boost-intrusive ) - boost-static-assert
>= v1.86.0
(by boost-core ) - boost-throw-exception
>= v1.86.0
(by boost-core ) - boost-type-traits
>= v1.86.0
(by boost-integer ) - boost-uninstall
>= v1.86.0
(by boost-cmake )
# Host Dependencies
and one transitive dependency:
- vcpkg-boost (by boost-cmake )
# Dependents
No dependents.
# Host Dependents
No dependents.
# Contributors
- Cam Mannett
- Billy O'Neal