nushell/crates/nu-cli/tests/commands
Jason Gedge b2c5af457e
Move most of the root package into a subcrate. (#1445)
This improves incremental build time when working on what was previously
the root package. For example, previously all plugins would be rebuilt
with a change to `src/commands/classified/external.rs`, but now only
`nu-cli` will have to be rebuilt (and anything that depends on it).
2020-03-04 13:58:20 -05:00
..
append.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
calc.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
cd.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
compact.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
cp.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
default.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
edit.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
enter.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
first.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
format.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
get.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
group_by.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
histogram.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
insert.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
last.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
lines.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
ls.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
mkdir.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
mod.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
mv.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
nth.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
open.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
parse.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
pick.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
prepend.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
range.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
rename.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
reverse.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
rm.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
save.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
sort_by.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
split_by.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
split_column.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
touch.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
uniq.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
where_.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
wrap.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00