nushell/crates/nu-cli/tests/commands
Radek Vít 798766b4b5
Remove panics from random integer and make the constraint more idiomatic (#2578)
* Remove panics from random integer and make the constraint more idiomatic

* Add open intervals to NumericRange
2020-09-20 08:41:49 +12:00
..
keep Keep until and while as subcommands of keep (#2197) 2020-07-18 07:06:48 +12:00
math Add modulo operator and simplify in/not-in (#2505) 2020-09-07 12:12:55 +12:00
move_ Remove trim in favor of str trim (#2560) 2020-09-16 15:59:32 -04:00
random Remove panics from random integer and make the constraint more idiomatic (#2578) 2020-09-20 08:41:49 +12:00
skip Merge skip command varieties into one command with sub commands. (#2179) 2020-07-14 20:44:49 -05:00
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 rewrite, security and scripting (#2083) 2020-07-06 05:34:00 +12:00
autoenv_trust.rs Autoenv rewrite, security and scripting (#2083) 2020-07-06 05:34:00 +12:00
autoenv_untrust.rs Autoenv rewrite, security and scripting (#2083) 2020-07-06 05:34:00 +12:00
cal.rs
cd.rs Add wasm support (#2199) 2020-07-18 13:59:23 +12:00
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 Stream results of drop command (#2114) 2020-07-06 05:46:06 +12:00
each.rs each group and each window subcommands. (#2508) 2020-09-07 17:54:52 +12:00
echo.rs Make every stream-able (#2120) 2020-07-06 20:23:27 +12:00
enter.rs Convert open/fetch to stream (#2028) 2020-07-04 07:53:20 +12:00
every.rs
first.rs
format.rs
get.rs
group_by.rs group-by can generate custom grouping key by block evaluation. (#2172) 2020-07-14 08:45:19 -05:00
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 Allow folding with tables. (#2538) 2020-09-12 01:40:52 -05:00
last.rs Remove trim in favor of str trim (#2560) 2020-09-16 15:59:32 -04:00
lines.rs Remove trim in favor of str trim (#2560) 2020-09-16 15:59:32 -04:00
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 Remove trim in favor of str trim (#2560) 2020-09-16 15:59:32 -04:00
nth.rs
open.rs Add wasm support (#2199) 2020-07-18 13:59:23 +12:00
parse.rs
prepend.rs
range.rs
reduce.rs Allow folding with tables. (#2538) 2020-09-12 01:40:52 -05:00
rename.rs
reverse.rs Remove trim in favor of str trim (#2560) 2020-09-16 15:59:32 -04:00
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 Remove trim in favor of str trim (#2560) 2020-09-16 15:59:32 -04:00
split_by.rs
split_column.rs Remove trim in favor of str trim (#2560) 2020-09-16 15:59:32 -04:00
split_row.rs Remove trim in favor of str trim (#2560) 2020-09-16 15:59:32 -04:00
touch.rs touch: support multiple arguments (#2386) 2020-08-22 12:08:30 +12:00
uniq.rs Fix uniq to work with simple values (#2214) 2020-07-19 05:19:03 +12:00
update.rs Allow invocations and fix span error reporting. 2020-08-26 06:46:14 -05:00
where_.rs Remove trim in favor of str trim (#2560) 2020-09-16 15:59:32 -04: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