Skip to content

Commit

Permalink
Forgot to let base-url take a value >_>
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Prouillet committed Oct 17, 2017
1 parent 3e421fb commit e06611f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ pub fn build_cli() -> App<'static, 'static> {
Arg::with_name("base_url")
.short("u")
.long("base-url")
.takes_value(true)
.help("Force the base URL to be that value (default to the one in config.toml)"),
]),
SubCommand::with_name("serve")
Expand Down

0 comments on commit e06611f

Please sign in to comment.