mirror of
https://github.com/sharkdp/fd.git
synced 2026-08-31 01:15:43 +08:00
Amend clap configuration for path-separator.
This commit is contained in:
committed by
David Peter
parent
24e108e1ad
commit
3857fa8f62
+2
-1
@@ -210,8 +210,9 @@ pub fn build_app() -> App<'static, 'static> {
|
||||
.arg(
|
||||
arg("path-separator")
|
||||
.takes_value(true)
|
||||
.value_name("separator")
|
||||
.long("path-separator")
|
||||
.number_of_values(1),
|
||||
.hidden_short_help(true),
|
||||
)
|
||||
.arg(arg("path").multiple(true))
|
||||
.arg(
|
||||
|
||||
Reference in New Issue
Block a user