nushell/crates/nu-cli/src
Jonathan Turner 08a09e2273
Pipeline blocks (#1579)
* Making Commands match what UntaggedValue needs

* WIP

* WIP

* WIP

* Moved to expressions for conditions

* Add 'each' command to use command blocks

* More cleanup

* Add test for 'each'

* Instead use an expression block
2020-04-13 19:59:57 +12:00
..
commands Pipeline blocks (#1579) 2020-04-13 19:59:57 +12:00
data Pipeline blocks (#1579) 2020-04-13 19:59:57 +12:00
env some minor improvements and removing dead code (#1563) 2020-04-10 07:48:10 +12:00
evaluate Pipeline blocks (#1579) 2020-04-13 19:59:57 +12:00
format some minor improvements and removing dead code (#1563) 2020-04-10 07:48:10 +12:00
shell Pipeline blocks (#1579) 2020-04-13 19:59:57 +12:00
stream Introduce InterruptibleStream type. 2020-03-29 17:03:01 -04:00
utils Pipeline blocks (#1579) 2020-04-13 19:59:57 +12:00
cli.rs Pipeline blocks (#1579) 2020-04-13 19:59:57 +12:00
commands.rs Pipeline blocks (#1579) 2020-04-13 19:59:57 +12:00
context.rs Pipeline blocks (#1579) 2020-04-13 19:59:57 +12:00
data.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
deserializer.rs Pipeline blocks (#1579) 2020-04-13 19:59:57 +12:00
env.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
format.rs some minor improvements and removing dead code (#1563) 2020-04-10 07:48:10 +12:00
futures.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
git.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
lib.rs Add quickcheck (#1574) 2020-04-12 07:05:59 +12:00
path.rs Split canonicalize function in two for missing and existing behavior (#1576) 2020-04-12 20:33:38 +12:00
prelude.rs Pipeline blocks (#1579) 2020-04-13 19:59:57 +12:00
shell.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
utils.rs Bump a lot of deps (#1560) 2020-04-07 19:51:17 +12:00