nushell/crates/nu-cli/src/data
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
..
base Merge env into $nu and simplify table/get (#1463) 2020-03-08 18:33:30 +13:00
config Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
base.rs Pipeline blocks (#1579) 2020-04-13 19:59:57 +12:00
command.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
config.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
dict.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
files.rs Added new flag '--all/-a' for Ls, also refactor some code (#1483) 2020-03-14 06:27:04 +13:00
operators.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
primitive.rs Pipeline blocks (#1579) 2020-04-13 19:59:57 +12:00
process.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
types.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
value.rs Pipeline blocks (#1579) 2020-04-13 19:59:57 +12:00