CLI11

hunter_add_package(CLI11)
find_package(CLI11 CONFIG REQUIRED)

add_executable(CLI11-example main.cpp)
target_link_libraries(CLI11-example CLI11::CLI11)