mirror of
https://github.com/nushell/nushell
synced 2024-12-26 13:03:07 +00:00
58576630db
# Description Apparently it should be joint CRLF for the EOL marker https://www.rfc-editor.org/rfc/rfc2616#section-2.2 Plain LF isn't particularly standardized and many backends don't recognize it. Tested on `starlette` # User-Facing Changes None # Tests + Formatting It's two characters; everything passes # After Submitting Not needed |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml | ||
LICENSE | ||
README.md |
This crate contains the majority of our commands
We allow ourselves to move some of the commands in nu-command
to nu-cmd-*
crates as needed.
Internal Nushell crate
This crate implements components of Nushell and is not designed to support plugin authors or other users directly.