Skip to content

Commit

Permalink
Fix optional option flagged as required
Browse files Browse the repository at this point in the history
  • Loading branch information
garious committed May 10, 2020
1 parent d3a9058 commit 256c409
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/arg_parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ where
.arg(
Arg::with_name("dollars_per_sol")
.long("dollars-per-sol")
.required(true)
.takes_value(true)
.value_name("NUMBER")
.help("Dollars per SOL, if input CSV contains bids"),
Expand Down

0 comments on commit 256c409

Please sign in to comment.