mirror of
https://github.com/nushell/nushell.git
synced 2025-04-26 22:28:19 +02:00
# Description As stated in the title, when pressing ctrl-z, I sometimes feel confused because I return to the REPL without any message. I don't know if the process has been killed or suspended. This PR aims to add a message to notify the user that the process has been frozen. # User-Facing Changes After pressing `ctrl-z`. A message will be printed in repl.  # Tests + Formatting NaN # After Submitting NaN |
||
---|---|---|
.. | ||
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.