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 85a7e9a commit a859a54Copy full SHA for a859a54
src/cli.rs
@@ -47,7 +47,7 @@ enum Command {
47
#[clap(about = "Delete the cache file.", visible_alias = "d")]
48
DeleteCache,
49
50
- #[clap(about = "Compare the CODEOWNERS file to the for-file command.")]
+ #[clap(about = "Compare the CODEOWNERS file to the for-file command.", hide = true)]
51
VerifyCompareForFile,
52
}
53
0 commit comments