nushell/crates/nu-cli/src
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
..
commands Match cleanup (#2184) 2020-07-15 19:51:41 +12:00
data Remove commands meant for internal use. (#2182) 2020-07-14 21:49:46 -05:00
env Fix autoenv executing scripts multiple times (#2171) 2020-07-15 07:16:50 +12:00
evaluate Properly redirect invocations (#2070) 2020-06-28 09:04:57 +12:00
shell Remove commands meant for internal use. (#2182) 2020-07-14 21:49:46 -05:00
stream WIP (#2077) 2020-06-29 09:06:05 +12:00
utils group-by can generate custom grouping key by block evaluation. (#2172) 2020-07-14 08:45:19 -05:00
cli.rs Match cleanup (#2184) 2020-07-15 19:51:41 +12:00
commands.rs Remove commands meant for internal use. (#2182) 2020-07-14 21:49:46 -05:00
context.rs Autoenv rewrite, security and scripting (#2083) 2020-07-06 05:34:00 +12:00
data.rs
deserializer.rs Add bool subcommand to random (#2061) 2020-06-26 16:51:05 +12:00
env.rs
examples.rs Numbered each (#2100) 2020-07-03 20:43:55 +12:00
format.rs
futures.rs
git.rs Made starship usage configurable (#2049) 2020-06-25 17:44:55 +12:00
lib.rs
path.rs
prelude.rs
shell.rs
utils.rs Match cleanup (#2184) 2020-07-15 19:51:41 +12:00