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

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

args (defined in kaycxx::cli::command_handle)kaycxx::cli::command_handlefriend
command (defined in kaycxx::cli::command_handle)kaycxx::cli::command_handlefriend
command(std::string_view name, std::optional< std::string_view > description=std::nullopt)kaycxx::cli::command_handleinline
description() const noexceptkaycxx::cli::command_handleinline
flag(std::string_view name, std::optional< std::string_view > description=std::nullopt)kaycxx::cli::command_handleinline
flag(std::string_view name, char alias, std::optional< std::string_view > description=std::nullopt)kaycxx::cli::command_handleinline
name() const noexceptkaycxx::cli::command_handleinline
option(std::string_view name, std::string_view value_name, std::optional< std::string_view > description=std::nullopt)kaycxx::cli::command_handleinline
option(std::string_view name, char alias, std::string_view value_name, std::optional< std::string_view > description=std::nullopt)kaycxx::cli::command_handleinline
parameter(std::string_view name, std::optional< std::string_view > description=std::nullopt)kaycxx::cli::command_handleinline
parameters(std::string_view name, std::optional< std::string_view > description=std::nullopt)kaycxx::cli::command_handleinline
parse(int argc, char *argv[]) constkaycxx::cli::command_handleinline
print_help(std::ostream &out=std::cout) constkaycxx::cli::command_handleinline
print_version(std::ostream &out=std::cout) constkaycxx::cli::command_handleinline
repeatable_option(std::string_view name, std::string_view value_name, std::optional< std::string_view > description=std::nullopt)kaycxx::cli::command_handleinline
repeatable_option(std::string_view name, char alias, std::string_view value_name, std::optional< std::string_view > description=std::nullopt)kaycxx::cli::command_handleinline