mirror of
https://github.com/sharkdp/fd.git
synced 2024-11-18 01:40:34 +01:00
Amend clap configuration for path-separator.
This commit is contained in:
parent
24e108e1ad
commit
3857fa8f62
1 changed files with 2 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue