mirror of
https://github.com/nushell/nushell.git
synced 2025-05-28 22:07:40 +02:00
Mostly, making more use of `map` and `map_err` in `Result`. One benefit is that at least one location had duplicated logic for how to map the error, which is no longer the case after this commit.