mirror of
https://github.com/nushell/nushell.git
synced 2024-11-07 17:14:23 +01:00
2979595cc5
# Description This is a follow-up of https://github.com/nushell/nushell.github.io/pull/1584 The goal is to provide the user understanding of how to escape strings # User-Facing Changes Nothing except documentation # Tests + Formatting I don't know why but these two tests are failing on my system: - `test_std_util path_add` - `commands::umkdir::mkdir_umask_permission` Since I hardly believe it is linked to my changes, I will let your CI check it. Meanwhile, I will check my system, highly likely that it is something something related to me recently switching shells, hacking my way through prompts environments, etc. # After Submitting Will check how to re-generate the [the documentation](https://github.com/nushell/nushell.github.io) after the PR is merged |
||
---|---|---|
.. | ||
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.