nushell/crates/nu-cli/tests/commands
k-brk 6b4634b293
Convert table of primitives to positional arguments for external cmd (#2232)
* Convert table of primitives to positional arguments for external cmd

* Multiple file test, fix for cococo
2020-07-23 09:41:34 +12:00
..
keep Keep until and while as subcommands of keep (#2197) 2020-07-18 07:06:48 +12:00
math Rename calc to math eval and allow it to optionally take an expression as an argument (#2195) 2020-07-18 16:11:19 +12:00
move_
random Add wasm support (#2199) 2020-07-18 13:59:23 +12:00
skip Merge skip command varieties into one command with sub commands. (#2179) 2020-07-14 20:44:49 -05:00
alias.rs
append.rs
autoenv.rs
autoenv_trust.rs
autoenv_untrust.rs
cal.rs
cd.rs Add wasm support (#2199) 2020-07-18 13:59:23 +12:00
compact.rs
cp.rs
default.rs
drop.rs
each.rs
echo.rs
enter.rs
every.rs
first.rs
format.rs
get.rs
group_by.rs
headers.rs
histogram.rs
insert.rs
is_empty.rs
last.rs
lines.rs Merge skip command varieties into one command with sub commands. (#2179) 2020-07-14 20:44:49 -05:00
ls.rs
merge.rs
mkdir.rs
mod.rs Rename calc to math eval and allow it to optionally take an expression as an argument (#2195) 2020-07-18 16:11:19 +12:00
nth.rs
open.rs Add wasm support (#2199) 2020-07-18 13:59:23 +12:00
parse.rs
prepend.rs
range.rs
rename.rs
reverse.rs
rm.rs
save.rs
select.rs
semicolon.rs
sort_by.rs Add flag for case-insensitive sort-by (#2225) 2020-07-21 05:31:58 +12:00
split_by.rs
split_column.rs
split_row.rs
str_.rs Add str reverse subcommand (#2170) 2020-07-15 08:47:04 +12:00
touch.rs
trim.rs
uniq.rs Fix uniq to work with simple values (#2214) 2020-07-19 05:19:03 +12:00
update.rs Add wasm support (#2199) 2020-07-18 13:59:23 +12:00
where_.rs Add wasm support (#2199) 2020-07-18 13:59:23 +12:00
with_env.rs Convert table of primitives to positional arguments for external cmd (#2232) 2020-07-23 09:41:34 +12:00
wrap.rs