nushell/crates/nu-command/src/strings
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
..
encode_decode Remove unnecessary echo uses from examples (#7500) 2022-12-16 11:51:00 -05:00
format Remove unnecessary echo uses from examples (#7500) 2022-12-16 11:51:00 -05:00
split Remove unnecessary echo uses from examples (#7500) 2022-12-16 11:51:00 -05:00
str_ 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
char_.rs Declare input and output types of commands (#6796) 2022-11-10 10:55:05 +13:00
detect_columns.rs Remove unnecessary echo uses from examples (#7500) 2022-12-16 11:51:00 -05:00
mod.rs Remove build-string command (#7144) 2022-11-16 09:37:52 -08:00
parse.rs Remove unnecessary echo uses from examples (#7500) 2022-12-16 11:51:00 -05:00
size.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