arg-routerv1.4.0
- Updated
C++ command line argument parsing and routing.
- Project website: https://github.com/cmannett85/arg_router
- Documentation: https://cmannett85.github.io/arg_router/
#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
#Supported Platforms
All platforms supported.
#Features
No features defined.
#Dependencies
and 10 transitive dependencies:
- boost-assert
>= v1.92.0(through boost-container) - boost-cmake
>= v1.92.0(through boost-lexical-cast) - boost-config
>= v1.92.0(through boost-lexical-cast) - boost-container
>= v1.92.0(through boost-lexical-cast) - boost-core
>= v1.92.0(through boost-lexical-cast) - boost-headers
>= v1.92.0(through boost-config) - boost-intrusive
>= v1.92.0(through boost-container) - boost-move
>= v1.92.0(through boost-intrusive) - boost-throw-exception
>= v1.92.0(through boost-core) - boost-uninstall
>= v1.92.0(through boost-cmake)
#Host Dependencies
and one transitive dependency:
- vcpkg-boost (through boost-cmake)
#Used By
No ports use this.
#Host Tool For
No ports use this.
#Contributors
Cam Mannett
Billy O'Neal