OPTIONS:
-b, --bind <addr>... Specify bind address
-p, --port <port> Specify port to listen on [default: 5000]
- --path-prefix <path> Specify an path prefix
+ --path-prefix <path> Specify a path prefix
--hidden <value> Hide directories from directory listings, separated by `,`
-a, --auth <rule>... Add auth for path
--auth-method <value> Select auth method [default: digest] [possible values: basic, digest]
Arg::new("path-prefix")
.long("path-prefix")
.value_name("path")
- .help("Specify an path prefix"),
+ .help("Specify a path prefix"),
)
.arg(
Arg::new("hidden")