You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Empty output when a variable only contains fzf options.
To Reproduce
Consider the following MWE
# search for a file in packages
apt-file -x search <package-file>
$ package-file: --- --header "Sorround the string by `\b` (in single quotes) for exact match"
It produces
Screencast.from.08-07-2024.15.56.22.webm
Expected behavior
I need to put a useless echo to avoid this bug:
# search for a file in packages
apt-file -x search <package-file>
$ package-file: echo"" --- --header "Sorround the string by `\b` (in single quotes) for exact match"
Describe the bug
Empty output when a variable only contains
fzf
options.To Reproduce
Consider the following MWE
It produces
Screencast.from.08-07-2024.15.56.22.webm
Expected behavior
I need to put a useless echo to avoid this bug:
Versions:
The text was updated successfully, but these errors were encountered: