Ookii.CommandLine for C++
1.0.0
|
Files | |
file | command_line.h [code] |
This header includes all the main Ookii.CommandLine.Cpp functionality. | |
file | command_line_argument.h [code] |
Provides the ookii::command_line_argument class. | |
file | command_line_builder.h [code] |
Provides the ookii::basic_parser_builder class. | |
file | command_line_core.h [code] |
Provides the ookii::basic_command_line_parser class. | |
file | command_line_generated.h [code] |
Provides helpers for using the New-Parser.ps1 and New-ShellCommand.ps1 scripts. | |
file | command_line_switch.h [code] |
Provides functionality for switch arguments. | |
file | console_helper.h [code] |
Provides helpers for using the console. | |
file | format_helper.h [code] |
Allows selection between the C++20 <format> library and libfmt. | |
file | line_wrapping_stream.h [code] |
Provides an output stream buffer, and associated stream, that allow for white-space wrapping text at the specified width. | |
file | owned_or_borrowed_ptr.h [code] |
Provides a smart pointer that can optionally own the contained pointer. | |
file | parse_result.h [code] |
Provides error handling for the ookii::basic_command_line_parser class. | |
file | shell_command.h [code] |
Provides functionality for applications that have multiple subcommands, all with their own arguments. | |
file | shell_command_usage_options.h [code] |
Provides the ookii::shell_command_usage_options class. | |
file | string_helper.h [code] |
Provides helper types and functions for working with strings. | |
file | type_info.h [code] |
Provides helpers to obtain the name of a type. | |
file | value_description.h [code] |
Provides a template used to determine the default value description for a type. | |