Skip to content
This repository was archived by the owner on Nov 24, 2023. It is now read-only.

Commit 0877709

Browse files
authored
remove -f shorthand for --file
1 parent dc88cc5 commit 0877709

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ fn try_main() -> Result<(), ProgramError> {
7070
.use_delimiter(true))
7171
.arg(Arg::with_name("file")
7272
.long("file")
73-
.short("f")
7473
.takes_value(true)
7574
.help("Load errors from the given JSON file (produced by `cargo build --message-format=json`)"))
7675
.get_matches();

0 commit comments

Comments
 (0)