#pragma once // Distributed under the 3-Clause BSD License. See accompanying // file LICENSE or https://github.com/CLIUtils/CLI11 for details. // [CLI11:verbatim] #define CLI11_VERSION_MAJOR 1 #define CLI11_VERSION_MINOR 6 #define CLI11_VERSION_PATCH 2 #define CLI11_VERSION "1.6.2" // [CLI11:verbatim]