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
Input of multiple directory arguments and no non-directory arguments (e.g. regular files, symlinks, etc.) yields an extra newline to the start of the input. This might require either:
Simply reordering the output listing and adding a condition to stop printing newlines at the last element, whatever it may be, or (preferably)
Refactoring the output formatting functionality to a more modular approach, as the formatting done for list items is spread out to multiple functions as of now.
If option 2. is followed, this warrants a more invasive refactoring of the list_* functions altogether. (See issue: TBD)
The text was updated successfully, but these errors were encountered:
Input of multiple directory arguments and no non-directory arguments (e.g. regular files, symlinks, etc.) yields an extra newline to the start of the input. This might require either:
If option 2. is followed, this warrants a more invasive refactoring of the list_* functions altogether. (See issue: TBD)
The text was updated successfully, but these errors were encountered: