Expand description
This module holds the Command Line Interface design.
Structs§
- A data structure to contain CLI options that relate to clang-tidy or clang-format arguments.
- A structure to contain parsed CLI options.
- A struct to contain CLI options that relate to
ResApiClient.post_feedback().
Enums§
- An enum to describe
--lines-changed-onlyCLI option’s behavior. - An enum to describe
--thread-commentsCLI option’s behavior.
Functions§
- Converts the parsed value of the
--extra-argoption into an optional vector of strings. - Builds and returns the Command Line Interface’s argument parsing object.