mirror of
https://github.com/nushell/nushell.git
synced 2025-05-07 08:22:58 +00:00
1. Fixed a bug where `--all` wasn't showing files at the root directories. 2. More use of `Result`'s `map` and `map_err` methods. 3. Making tables be homogeneous so one can, for example, `get directories`.