kaycxx-cli
C++ CLI library
Loading...
Searching...
No Matches
kaycxx::cli::command Member List

This is the complete list of members for kaycxx::cli::command, including all inherited members.

author() const noexceptkaycxx::cli::command
bugs() const noexceptkaycxx::cli::command
command(std::string_view name, command_options options=command_options())kaycxx::cli::commandexplicit
command(command const &)=deletekaycxx::cli::command
command(command &&other) noexcept=defaultkaycxx::cli::command
copyright() const noexceptkaycxx::cli::command
description() const noexceptkaycxx::cli::command
email() const noexceptkaycxx::cli::command
flag(std::string_view name, std::optional< std::string_view > description=std::nullopt)kaycxx::cli::command
flag(std::string_view name, char alias, std::optional< std::string_view > description=std::nullopt)kaycxx::cli::command
license() const noexceptkaycxx::cli::command
name() const noexceptkaycxx::cli::command
operator=(command const &)=deletekaycxx::cli::command
operator=(command &&other) noexcept=defaultkaycxx::cli::command
option(std::string_view name, std::string_view value_name, std::optional< std::string_view > description=std::nullopt)kaycxx::cli::commandinline
option(std::string_view name, char alias, std::string_view value_name, std::optional< std::string_view > description=std::nullopt)kaycxx::cli::commandinline
parameter(std::string_view name, std::optional< std::string_view > description=std::nullopt)kaycxx::cli::commandinline
parameters(std::string_view name, std::optional< std::string_view > description=std::nullopt)kaycxx::cli::commandinline
parse(int argc, char *argv[]) constkaycxx::cli::command
print_help() constkaycxx::cli::command
print_help(std::ostream &out) constkaycxx::cli::command
print_version() constkaycxx::cli::command
print_version(std::ostream &out) constkaycxx::cli::command
repeatable_option(std::string_view name, std::string_view value_name, std::optional< std::string_view > description=std::nullopt)kaycxx::cli::commandinline
repeatable_option(std::string_view name, char alias, std::string_view value_name, std::optional< std::string_view > description=std::nullopt)kaycxx::cli::commandinline
version() const noexceptkaycxx::cli::command