Skip to content

Commit

Permalink
Fix -f option
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamVenner committed Jun 6, 2021
1 parent 773899e commit 9f3df05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bin/gluac.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ fn main() {
clap::Arg::with_name("file")
.short("f")
.help("Input file path")
.takes_value(true)
.conflicts_with("input")
.required(true)
.multiple(false),
Expand Down

0 comments on commit 9f3df05

Please sign in to comment.