mirror of
https://github.com/denisidoro/navi
synced 2024-11-24 20:43:06 +00:00
parent
81cd721b76
commit
d68c4437a1
1 changed files with 2 additions and 3 deletions
|
@ -142,9 +142,8 @@ impl FinderChoice {
|
||||||
}
|
}
|
||||||
|
|
||||||
if let Some(o) = opts.overrides {
|
if let Some(o) = opts.overrides {
|
||||||
o.as_str()
|
shellwords::split(&o)?
|
||||||
.split(' ')
|
.into_iter()
|
||||||
.map(|s| s.to_string())
|
|
||||||
.filter(|s| !s.is_empty())
|
.filter(|s| !s.is_empty())
|
||||||
.for_each(|s| {
|
.for_each(|s| {
|
||||||
command.arg(s);
|
command.arg(s);
|
||||||
|
|
Loading…
Reference in a new issue