mirror of
https://github.com/nushell/nushell.git
synced 2025-08-06 18:19:35 +02:00
# Description Adds an example that documents how to use `input --reedline` to collect multiple lines of input from the user I also removed an extraneous and inconsistent space in the following example. # User-Facing Changes Documentation addition # Tests + Formatting I did not run any tests or autoformatters because of the docs-only nature of the change, and the fact that I copy-pasted the format from an existing example. If the autoformatter is unhappy, I apologize. # After Submitting This PR should automatically update the docs site at the next release, so no need to do anything there. --------- Co-authored-by: Stefan Holderbach <sholderbach@users.noreply.github.com>
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.