mirror of
https://github.com/nushell/nushell.git
synced 2025-04-29 15:44:28 +02:00
Counterpart to https://github.com/nushell/nushell.github.io/pull/1810 - Adds an example to the `config nu --doc` for using a `buffer_editor` with arguments. Closes https://github.com/nushell/nushell.github.io/issues/1660 and resolves the main issue in #14893, but we'll leave it open based on [this suggestion](https://github.com/nushell/nushell/issues/14893#issuecomment-2607670442) |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
Cargo.toml | ||
LICENSE | ||
README.md |
Collection of small utilities that are shared across Nushell crates.
This crate should compile early in the crate graph and thus not depend on major dependencies or core-nushell crates itself.
Internal Nushell crate
This crate implements components of Nushell and is not designed to support plugin authors or other users directly.