nushell/crates/nu-cli/src/commands/str_
Joseph T. Lyons 7c0a830d84
Match cleanup (#2184)
* Use `unwrap_or()` to remove `match`

* Use `?` for error propogation, and remove `match`
2020-07-15 19:51:41 +12:00
..
capitalize.rs Match cleanup (#2184) 2020-07-15 19:51:41 +12:00
collect.rs Fix it expansion and add collect (#2065) 2020-06-27 17:38:19 +12:00
command.rs Remove async_stream from some commands (#1976) 2020-06-14 04:30:24 +12:00
downcase.rs Match cleanup (#2184) 2020-07-15 19:51:41 +12:00
find_replace.rs Match cleanup (#2184) 2020-07-15 19:51:41 +12:00
from.rs Match cleanup (#2184) 2020-07-15 19:51:41 +12:00
length.rs Add 'str length' command (#2102) 2020-07-04 08:17:44 +12:00
mod.rs Add str reverse subcommand (#2170) 2020-07-15 08:47:04 +12:00
reverse.rs Add str reverse subcommand (#2170) 2020-07-15 08:47:04 +12:00
set.rs Match cleanup (#2184) 2020-07-15 19:51:41 +12:00
substring.rs Match cleanup (#2184) 2020-07-15 19:51:41 +12:00
to_datetime.rs Match cleanup (#2184) 2020-07-15 19:51:41 +12:00
to_decimal.rs Match cleanup (#2184) 2020-07-15 19:51:41 +12:00
to_integer.rs Match cleanup (#2184) 2020-07-15 19:51:41 +12:00
trim.rs Match cleanup (#2184) 2020-07-15 19:51:41 +12:00
upcase.rs Match cleanup (#2184) 2020-07-15 19:51:41 +12:00