nushell/crates/nu-command/src/env
Reilly Wood e72cecf457
Remove unnecessary echo uses from examples (#7500)
`echo` tends to confuse new Nu users; they expect it to work like
`print` when it just passes a value to the next stage of the pipeline.

We haven't quite figured out what to do about `echo` in the long run,
but I think a good start is to remove `echo` from command examples where
it would be unnecessary and arguably unidiomatic.
2022-12-16 11:51:00 -05:00
..
config add input_output_types() to benchmark,cd and config reset (#7455) 2022-12-13 06:10:55 -06:00
env_command.rs Rename all?, any? and empty? (#6464) 2022-09-05 16:41:06 +02:00
export_env.rs Improve empty pipelines (#7383) 2022-12-08 07:31:57 +13:00
let_env.rs Improve empty pipelines (#7383) 2022-12-08 07:31:57 +13:00
load_env.rs Remove unnecessary echo uses from examples (#7500) 2022-12-16 11:51:00 -05:00
mod.rs Move from source to source-env (#6277) 2022-09-01 08:32:56 +12:00
source_env.rs Reduced LOC by replacing several instances of Value::Int {}, Value::Float{}, Value::Bool {}, and Value::String {} with Value::int(), Value::float(), Value::boolean() and Value::string() (#7412) 2022-12-09 11:37:51 -05:00
with_env.rs Remove unnecessary echo uses from examples (#7500) 2022-12-16 11:51:00 -05:00