Ookii.CommandLine for C++  1.0.0
Static Public Attributes | List of all members
ookii::basic_shell_command_usage_options< CharType, Traits, Alloc >::defaults Struct Reference

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.
 

Detailed Description

template<typename CharType, typename Traits = std::char_traits<CharType>, typename Alloc = std::allocator<CharType>>
struct ookii::basic_shell_command_usage_options< CharType, Traits, Alloc >::defaults

Provides default values for the fields of basic_shell_command_usage_options.


The documentation for this struct was generated from the following file: