Expand description
This module holds the Command Line Interface design.
Structs§
- Clang
Params - A data structure to contain CLI options that relate to clang-tidy or clang-format arguments.
- Cli
- A structure to contain parsed CLI options.
- Feedback
Input - A struct to contain CLI options that relate to
ResApiClient.post_feedback(). - Feedback
Options - Format
Options - General
Options - Source
Options - Tidy
Options
Enums§
- CliCommand
- Lines
Changed Only - An enum to describe
--lines-changed-onlyCLI option’s behavior. - Requested
Version - Thread
Comments - An enum to describe
--thread-commentsCLI option’s behavior. - Verbosity
Functions§
- convert_
extra_ arg_ val - Converts the parsed value of the
--extra-argoption into an optional vector of strings.