nushell/crates/nu-cli/tests/commands
2020-09-07 12:12:55 +12:00
..
keep
math Add modulo operator and simplify in/not-in (#2505) 2020-09-07 12:12:55 +12:00
move_
random Initial implementation of random integer subcommand. (#2489) 2020-09-04 07:23:02 +12:00
skip
str_ added various case conversion commands for str. Added the inflection … (#2363) 2020-08-18 08:18:23 +12:00
alias.rs Move alias type inference (experimental) behind --infer/-i flag (#2418) 2020-08-27 17:48:13 +12:00
append.rs
autoenv.rs
autoenv_trust.rs
autoenv_untrust.rs
cal.rs
cd.rs
compact.rs
count.rs Fix column count to not break on empty tables (#2374) 2020-08-18 22:16:35 -04:00
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 Fix "occurrences" typo in histrogram test file 2020-08-15 07:51:12 -05:00
insert.rs Allow invocations and fix span error reporting. 2020-08-26 06:46:14 -05:00
into_int.rs Allow the calculation of bytes and int. (#2160) 2020-08-27 17:44:18 +12:00
is_empty.rs
last.rs
lines.rs
ls.rs Num links added to ls -l output (#2496) 2020-09-06 12:36:50 -04:00
merge.rs Add modulo operator and simplify in/not-in (#2505) 2020-09-07 12:12:55 +12:00
mkdir.rs
mod.rs Allow the calculation of bytes and int. (#2160) 2020-08-27 17:44:18 +12:00
nth.rs
open.rs
parse.rs
prepend.rs
range.rs
reduce.rs
rename.rs
reverse.rs
rm.rs
save.rs Bump to 0.18.2. Move starship external. (#2345) 2020-08-14 07:02:45 +12:00
select.rs
semicolon.rs
sort_by.rs Err message for sort-by invalid types now shows the mismatched types (#2366) 2020-08-18 17:37:45 +12:00
split_by.rs
split_column.rs
split_row.rs
touch.rs touch: support multiple arguments (#2386) 2020-08-22 12:08:30 +12:00
trim.rs
uniq.rs
update.rs Allow invocations and fix span error reporting. 2020-08-26 06:46:14 -05:00
where_.rs Add modulo operator and simplify in/not-in (#2505) 2020-09-07 12:12:55 +12:00
with_env.rs
wrap.rs