kaycxx-cli
C++ CLI library
Loading...
Searching...
No Matches
Classes
command.hpp File Reference

Defines the common command base class. More...

#include <cstddef>
#include <iostream>
#include <memory>
#include <optional>
#include <string>
#include <string_view>
#include <utility>
#include <vector>
#include <kaycxx/cli/args.hpp>
#include <kaycxx/cli/flag.hpp>
#include <kaycxx/cli/flag_handle.hpp>
#include <kaycxx/cli/option.hpp>
#include <kaycxx/cli/option_handle.hpp>
#include <kaycxx/cli/parameter.hpp>
#include <kaycxx/cli/parameter_base.hpp>
#include <kaycxx/cli/parameter_handle.hpp>
#include <kaycxx/cli/parameters.hpp>
#include <kaycxx/cli/parameters_handle.hpp>
#include <kaycxx/cli/repeatable_option_handle.hpp>
#include <kaycxx/cli/switch_base.hpp>
#include <kaycxx/cli/command_handle.hpp>
Include dependency graph for command.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  kaycxx::cli::command
 Common base class for an application and its commands. More...
 

Detailed Description

Defines the common command base class.