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.
- Feedback
Input - A struct to contain CLI options that relate to
RestClient.post_feedback(). - Feedback
Options - A struct to describe the CLI’s feedback options.
- Format
Options - A struct to describe the CLI’s clang-format options.
- Source
Options - A struct to describe the CLI’s source options.
- Tidy
Options - A struct to describe the CLI’s clang-tidy options.
Enums§
- Lines
Changed Only - An enum to describe
--lines-changed-onlyCLI option’s behavior. - Thread
Comments - An enum to describe
--thread-commentsCLI option’s behavior.
Functions§
- convert_
extra_ arg_ val - Converts the parsed value of the
--extra-argoption into an optional vector of strings.