1
0
mirror of https://github.com/CLIUtils/CLI11.git synced 2025-04-30 20:53:52 +00:00
CLI11/include/CLI/CLI.hpp
2017-02-06 09:54:41 -05:00

16 lines
387 B
C++

#pragma once
// Distributed under the LGPL version 3.0 license. See accompanying
// file LICENSE or https://github.com/henryiii/CLI11 for details.
// CLI Library includes
#include "CLI/Error.hpp"
#include "CLI/TypeTools.hpp"
#include "CLI/StringTools.hpp"
#include "CLI/Split.hpp"
#include "CLI/Combiner.hpp"
#include "CLI/Option.hpp"
#include "CLI/Value.hpp"
#include "CLI/App.hpp"