feat(find): let fdfind use --full-path search to include directories (#161)
This commit is contained in:
parent
a12c131c26
commit
930c50c95f
1 changed files with 1 additions and 0 deletions
|
|
@ -223,6 +223,7 @@ async fn query(arg: &str) -> io::Result<(Child, ChildStdout)> {
|
|||
let spawn = |cmd: &str| -> io::Result<Child> {
|
||||
Command::new(cmd)
|
||||
.arg("-i")
|
||||
.arg("--full-path")
|
||||
.arg(arg)
|
||||
.stdin(Stdio::null())
|
||||
.stdout(Stdio::piped())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue