mirror of
https://github.com/nushell/nushell.git
synced 2025-06-12 04:56:56 +02:00
# Description This PR fixes issue #9043 where find -v was returning empty tables and/or wrong output. It also refactors some big code chunks with repetitions into it's own functions. # User-Facing Changes # Tests + Formatting Unit tests added for asserting changes. # After Submitting