mirror of
https://github.com/nushell/nushell.git
synced 2025-05-23 08:01:18 +00:00
* Utility function to detect hidden folders. Implemented for Unix and Windows. * Rename function argument. * Revert "Rename function argument." This reverts commit e7ab70f0f0f4efc3938d904571ea91dd491fe270. * Add flag '--all/-a' to Ls * Rename function argument. * Check if flag '--all/-a' is present and path is hidden. Replace match with map_err for glob result. Remove redundancy in stream body. Included comments on new stream body. Replace async_stream::stream with async_stream::try_stream. Minor tweaks to is_empty_dir. Fix and refactor is_hidden_dir. * Fix "implicit" bool coerse * Fixed clippy errors