mirror of
https://github.com/nushell/nushell.git
synced 2025-07-03 16:13:20 +02:00
docs: clarify print
and echo
commands (#5909)
I thought this comment was relevant: https://github.com/nushell/nushell/issues/5724#issuecomment-1148164153
This commit is contained in:
@ -23,6 +23,10 @@ impl Command for Echo {
|
||||
.category(Category::Core)
|
||||
}
|
||||
|
||||
fn extra_usage(&self) -> &str {
|
||||
"Unlike `print`, this command returns an actual value that will be passed to the next command of the pipeline."
|
||||
}
|
||||
|
||||
fn run(
|
||||
&self,
|
||||
engine_state: &EngineState,
|
||||
|
Reference in New Issue
Block a user