mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 08:23:24 +01:00
0d6fbdde4a
PR https://github.com/nushell/nushell/pull/12603 made it so that PWD can never contain a trailing slash. However, a root path (such as `/` or `C:\`) technically counts as "having a trailing slash", so now `cd /` doesn't work. I feel dumb for missing such an obvious edge case. Let's just merge this quickly before anyone else finds out... EDIT: It appears I'm too late. |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml | ||
LICENSE | ||
README.md |
nu-protocol
The nu-protocol crate holds the definitions of structs/traits that are used throughout Nushell. This gives us one way to expose them to many other crates, as well as make these definitions available to each other, without causing mutually recursive dependencies.