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
Fixes a panic when writing to a closed pipe by explicitly ignoring this
error type.
This commit also changes the behavior of `as-tree` on empty inputs which
would previously result in a (superfluous) newline.
closesjez#15closesjez#19
If
fdfind folder_name
returns a empty output| as-tree
prints a new-line. Is it possible to not make it print new-line?Actual behavior:
Wanted behavior:
The text was updated successfully, but these errors were encountered: