mirror of
https://github.com/nushell/nushell.git
synced 2025-04-24 05:08:29 +02:00
# Description This PR enables some tests that were disabled on macos. We shall see if the CI passes. (Update: CI has passed.) # User-Facing Changes Should be no user-facing changes as only a test-file is modified. # Tests + Formatting Test coverage should increase Co-authored-by: Jasha <jsimpson@hiddenroad.com> |
||
---|---|---|
.. | ||
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.