Skip to Content

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

# Host Dependencies

# Dependents

No dependents.

# Host Dependents

No dependents.

# Contributors

  • Cam Mannett's avatar Cam Mannett

# Changelog

  • 0bf3a36 [arg-router] Update to v1.4.0 (#33123)
  • 6f5aab9 [arg-router] Update to v1.3.0 (#30444)
  • f3bc121 [arg-router] Update to v1.2.2 (#30024)
  • e4040c6 [arg-router] Update to v1.2.0 (#29869)
  • ee71be7 [arg-router] Bump to 1.1.1 (#29604)
  • a67ba70 [arg-router] Add new port (#29219)

# Source