This website works better with JavaScript.
git.jstrong.dev
Home
Explore
Help
Sign In
jstrong
/
zola
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Forgot to let base-url take a value >_>
index-subcmd
Vincent Prouillet
7 years ago
parent
3e421fb951
commit
e06611f46f
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/cli.rs
+ 1
- 0
src/cli.rs
View File
@@ -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")
Write
Preview
Loading…
Cancel
Save