We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
opts.cwd_only
1 parent c9a2deb commit 5aac6fbCopy full SHA for 5aac6fb
2 files changed
lua/fzf-lua/libuv.lua
@@ -421,9 +421,6 @@ M.spawn_stdio = function(opts)
421
for k, v in pairs(opts) do
422
io.stdout:write(string.format("[DEBUG] %s=%s" .. EOL, k, tostring(v)))
423
end
424
- io.stdout:write(string.format("[DEBUG] fn_transform=%s" .. EOL, fn_transform_str))
425
- io.stdout:write(string.format("[DEBUG] fn_preprocess=%s" .. EOL, fn_preprocess_str))
426
- io.stdout:write(string.format("[DEBUG] fn_postprocess=%s" .. EOL, fn_postprocess_str))
427
elseif opts.debug then
428
io.stdout:write("[DEBUG] [mt] " .. opts.cmd .. EOL)
429
lua/fzf-lua/shell.lua
@@ -179,6 +179,7 @@ M.stringify_mt = function(cmd, opts)
179
"argv_expr",
180
"cmd",
181
"cwd",
182
+ "cwd_only",
183
"stdout",
184
"stderr",
185
"stderr_to_stdout",
0 commit comments