1
0
mirror of https://github.com/CLIUtils/CLI11.git synced 2025-04-29 12:13:52 +00:00
CLI11/include/CLI/CLI.hpp
Henry Fredrick Schreiner af2ed66d6e Just use Formatter
Removing OptionFormatter

Rename files

Rename to just Formatter

Remove OptionFormatMode (just needs a bool)

Renaming option functions on formatter
2018-04-30 08:17:31 -04:00

34 lines
579 B
C++

#pragma once
// Distributed under the 3-Clause BSD License. See accompanying
// file LICENSE or https://github.com/CLIUtils/CLI11 for details.
// CLI Library includes
// Order is important for combiner script
#include "CLI/Version.hpp"
#include "CLI/Macros.hpp"
#include "CLI/Optional.hpp"
#include "CLI/StringTools.hpp"
#include "CLI/Error.hpp"
#include "CLI/TypeTools.hpp"
#include "CLI/Split.hpp"
#include "CLI/Ini.hpp"
#include "CLI/Validators.hpp"
#include "CLI/FormatterFwd.hpp"
#include "CLI/Option.hpp"
#include "CLI/App.hpp"
#include "CLI/Formatter.hpp"