mirror of
https://github.com/denisidoro/navi
synced 2024-11-21 19:13:07 +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 {
|
||||
o.as_str()
|
||||
.split(' ')
|
||||
.map(|s| s.to_string())
|
||||
shellwords::split(&o)?
|
||||
.into_iter()
|
||||
.filter(|s| !s.is_empty())
|
||||
.for_each(|s| {
|
||||
command.arg(s);
|
||||
|
|
Loading…
Reference in a new issue