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()
.
Enums§
- Lines
Changed Only - An enum to describe
--lines-changed-only
CLI option’s behavior. - Thread
Comments - An enum to describe
--thread-comments
CLI option’s behavior.
Functions§
- convert_
extra_ arg_ val - Converts the parsed value of the
--extra-arg
option into an optional vector of strings. - get_
arg_ parser - Builds and returns the Command Line Interface’s argument parsing object.