Ookii.CommandLine for C++  2.0.0
File List
Here is a list of all documented files with brief descriptions:
[detail level 123]
  include
  ookii
 command_line.hThis header includes all the main Ookii.CommandLine.Cpp functionality
 command_line_argument.hProvides the ookii::command_line_argument class
 command_line_builder.hProvides the ookii::basic_parser_builder class
 command_line_generated.hProvides helpers for using the New-Parser.ps1 and New-Subcommand.ps1 scripts
 command_line_parser.hProvides the ookii::basic_command_line_parser class
 command_line_switch.hProvides functionality for switch arguments
 console_helper.hProvides helpers for using the console
 format_helper.hAllows selection between the C++20 <format> library and libfmt
 line_wrapping_stream.hProvides an output stream buffer, and associated stream, that allow for white-space wrapping text at the specified width
 linux_helper.hProvides platform-specific functionality for Linux and other POSIX-like platforms
 localized_string_provider.hProvides the ookii::basic_localized_string_provider class
 parse_result.hProvides error handling for the ookii::basic_command_line_parser class
 parsing_mode.hProvides the ookii::parsing_mode enumeration
 platform_helper.hProvides platform-specific functionality depending on the target platform for compilation
 range_helper.hProvides helpers for working with iterator ranges
 scope_helper.hProvides RAII types
 string_helper.hProvides helper types and functions for working with strings
 subcommand.hProvides functionality for applications that have multiple subcommands, all with their own arguments
 type_info.hProvides helpers to obtain the name of a type
 usage_writer.hProvides the ookii::basic_usage_writer class
 value_description.hProvides a template used to determine the default value description for a type
 vt_helper.hProvides types for using virtual terminal sequences with console output
 win32_helper.hProvides platform-specific functionality for Windows