Skip to content

Commit a859a54

Browse files
committed
ignoring overrides as they are not yet implemented
1 parent 85a7e9a commit a859a54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ enum Command {
4747
#[clap(about = "Delete the cache file.", visible_alias = "d")]
4848
DeleteCache,
4949

50-
#[clap(about = "Compare the CODEOWNERS file to the for-file command.")]
50+
#[clap(about = "Compare the CODEOWNERS file to the for-file command.", hide = true)]
5151
VerifyCompareForFile,
5252
}
5353

0 commit comments

Comments
 (0)