Ookii.CommandLine for C++
1.0.0
|
Provides default values for the fields of basic_shell_command_usage_options. More...
#include <ookii/shell_command_usage_options.h>
Static Public Attributes | |
static constexpr auto | available_commands_header = literal_cast<CharType>("The following commands are available:") |
Default value for basic_shell_command_usage_options::available_commands_header. | |
static constexpr auto | command_format = literal_cast<CharType>(" {}\n{}\n") |
Default value for basic_shell_command_usage_options::command_format. | |
static constexpr size_t | command_indent = 8 |
Default value for basic_shell_command_usage_options::command_indent. | |
static constexpr auto | command_usage_format = literal_cast<CharType>("{} <command> [args...]") |
Default value for basic_shell_command_usage_options::command_usage_format. | |
Provides default values for the fields of basic_shell_command_usage_options.