Skip to content
This repository was archived by the owner on Jun 10, 2024. It is now read-only.

Commit 7ad00f9

Browse files
committed
Add back long --output switch
1 parent cd2ee10 commit 7ad00f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/driver/src/argparser.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ fn compile_command<'a, 'b>() -> App<'a, 'b> {
131131
Arg::with_name("output")
132132
.help("Write output to the given filename")
133133
.short("o")
134+
.long("output")
134135
.value_name("FILENAME"),
135136
)
136137
.arg(

0 commit comments

Comments
 (0)