mirror of
https://github.com/denisidoro/navi
synced 2025-02-16 12:38:28 +00:00
Pass delimiter to finder
This commit is contained in:
parent
d517c4b139
commit
327f9579dc
1 changed files with 4 additions and 0 deletions
|
@ -127,6 +127,10 @@ impl Finder for FinderChoice {
|
|||
command.args(&["--filter", &f]);
|
||||
}
|
||||
|
||||
if let Some(d) = opts.delimiter {
|
||||
command.args(&["--delimiter", &d]);
|
||||
}
|
||||
|
||||
if let Some(h) = opts.header {
|
||||
command.args(&["--header", &h]);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue