We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abe9577 commit d7814d9Copy full SHA for d7814d9
1 file changed
cpp-linter/src/cli/mod.rs
@@ -517,6 +517,7 @@ pub struct FeedbackOptions {
517
value_parser = FalseyValueParser::new(),
518
help_heading = "Feedback options",
519
aliases = ["format-review", "tidy-review"],
520
+ short_aliases = ['d', 'm'],
521
))]
522
pub pr_review: bool,
523
0 commit comments