#pragma once // Distributed under the LGPL v2.1 license. See accompanying // file LICENSE or https://github.com/CLIUtils/CLI11 for details. #include #include #include #include #include #include #include #include "CLI/Error.hpp" #include "CLI/StringTools.hpp" #include "CLI/Split.hpp" namespace CLI { typedef std::vector results_t; typedef std::function callback_t; class Option; class App; typedef std::unique_ptr