nushell/crates/nu-cli/src
Kevin Del Castillo 2b0212880e
Simplify cp command and allow multiple recursive copying (#1580)
* Better message error

* Use custom canonicalize in FileStructure build

* Better glob error in ls

* Use custom canonicalize, remove some duplicate code in cd.

* Enable recursive copying with patterns.

* Change test to fit new error message

* Test recursive with glob pattern

* Show that not matches were found in cp

* Fix typo in message error

* Change old canonicalize usage, follow newest changes
2020-04-19 11:05:24 +12:00
..
commands Math operators (#1601) 2020-04-18 13:50:58 +12:00
data Math operators (#1601) 2020-04-18 13:50:58 +12:00
env some minor improvements and removing dead code (#1563) 2020-04-10 07:48:10 +12:00
evaluate Math operators (#1601) 2020-04-18 13:50:58 +12:00
format some minor improvements and removing dead code (#1563) 2020-04-10 07:48:10 +12:00
shell Simplify cp command and allow multiple recursive copying (#1580) 2020-04-19 11:05:24 +12:00
stream Introduce InterruptibleStream type. 2020-03-29 17:03:01 -04:00
utils Math operators (#1601) 2020-04-18 13:50:58 +12:00
cli.rs Fix the versions up a bit to prevent breakage (#1602) 2020-04-18 15:31:57 +12:00
commands.rs Aliases (#1589) 2020-04-15 17:43:23 +12:00
context.rs WIP fix for the error bubbling (#1597) 2020-04-16 16:25:24 +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 alias support to scripts and -c (#1593) 2020-04-16 05:50:35 +12:00
path.rs Redesign custom canonicalize, enable multiple dots expansion earlier. (#1588) 2020-04-16 11:29:22 +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 Simplify cp command and allow multiple recursive copying (#1580) 2020-04-19 11:05:24 +12:00