nushell/crates/nu-command/tests/commands
2022-12-31 14:00:35 +02:00
..
assignment
date Standardise the use of ShellError::UnsupportedInput and ShellError::TypeMismatch and add spans to every instance of the former (#7217) 2022-12-23 01:48:53 -05:00
hash_
math
move_
network
path
platform
query
random
skip last, skip, drop, take until, take while, skip until, skip while, where, reverse, shuffle, append, prepend and sort-by raise error when given non-lists (#7623) 2022-12-31 13:35:12 +02:00
str_ last, skip, drop, take until, take while, skip until, skip while, where, reverse, shuffle, append, prepend and sort-by raise error when given non-lists (#7623) 2022-12-31 13:35:12 +02:00
take last, skip, drop, take until, take while, skip until, skip while, where, reverse, shuffle, append, prepend and sort-by raise error when given non-lists (#7623) 2022-12-31 13:35:12 +02:00
url Standardise the use of ShellError::UnsupportedInput and ShellError::TypeMismatch and add spans to every instance of the former (#7217) 2022-12-23 01:48:53 -05:00
alias.rs Expand Nushell's help system (#7611) 2022-12-30 17:44:37 +02:00
all.rs Replace row conditions with closures in commands (#7428) 2022-12-10 19:24:06 +02:00
any.rs Replace row conditions with closures in commands (#7428) 2022-12-10 19:24:06 +02:00
append.rs last, skip, drop, take until, take while, skip until, skip while, where, reverse, shuffle, append, prepend and sort-by raise error when given non-lists (#7623) 2022-12-31 13:35:12 +02:00
break_.rs
cal.rs return Error if get meet nothing and without "i" (#7002) 2022-12-31 13:27:09 +02:00
cd.rs
compact.rs
continue_.rs
cp.rs
def.rs def: make various punctuation misuses into errors (#7624) 2022-12-31 13:18:53 +02:00
default.rs
do_.rs
drop.rs last, skip, drop, take until, take while, skip until, skip while, where, reverse, shuffle, append, prepend and sort-by raise error when given non-lists (#7623) 2022-12-31 13:35:12 +02:00
each.rs
echo.rs
empty.rs
enter.rs
error_make.rs
every.rs
exec.rs Add "fall-through" signatures (#7527) 2022-12-22 00:33:26 +02:00
export_def.rs
find.rs
first.rs
flatten.rs
for_.rs break for, loop, while execution when external command runs to failed (#7475) 2022-12-14 16:20:18 +01:00
format.rs prevent panic with format command (#7522) 2022-12-19 13:10:02 +01:00
g.rs
get.rs Add some cell path tests (#7563) 2022-12-21 23:54:39 +01:00
glob.rs
group_by.rs
headers.rs
help.rs Expand Nushell's help system (#7611) 2022-12-30 17:44:37 +02:00
histogram.rs
insert.rs
into_filesize.rs
into_int.rs
last.rs last, skip, drop, take until, take while, skip until, skip while, where, reverse, shuffle, append, prepend and sort-by raise error when given non-lists (#7623) 2022-12-31 13:35:12 +02:00
length.rs
let_.rs
lines.rs Replace row conditions with closures in commands (#7428) 2022-12-10 19:24:06 +02:00
loop_.rs break for, loop, while execution when external command runs to failed (#7475) 2022-12-14 16:20:18 +01:00
ls.rs let UnknownFlag error list out available flags (#7443) 2022-12-13 06:45:33 -06:00
merge.rs
mkdir.rs mkdir change flag -s to -v (#7462) 2022-12-13 11:56:44 -05:00
mod.rs Make to text stream ListStreams (#7577) 2022-12-22 16:38:07 -08:00
mut_.rs
n.rs
nu_check.rs
open.rs fix: ci problem (#7643) 2022-12-31 14:00:35 +02:00
p.rs
parse.rs
prepend.rs last, skip, drop, take until, take while, skip until, skip while, where, reverse, shuffle, append, prepend and sort-by raise error when given non-lists (#7623) 2022-12-31 13:35:12 +02:00
print.rs
range.rs
redirection.rs
reduce.rs
reject.rs
rename.rs Standardise the use of ShellError::UnsupportedInput and ShellError::TypeMismatch and add spans to every instance of the former (#7217) 2022-12-23 01:48:53 -05:00
return_.rs
reverse.rs last, skip, drop, take until, take while, skip until, skip while, where, reverse, shuffle, append, prepend and sort-by raise error when given non-lists (#7623) 2022-12-31 13:35:12 +02:00
rm.rs
roll.rs Standardise the use of ShellError::UnsupportedInput and ShellError::TypeMismatch and add spans to every instance of the former (#7217) 2022-12-23 01:48:53 -05:00
rotate.rs
run_external.rs
save.rs
select.rs fix: empty cell in select (#7639) 2022-12-31 13:19:10 +02:00
semicolon.rs
seq_char.rs
seq.rs
shells.rs
sort_by.rs last, skip, drop, take until, take while, skip until, skip while, where, reverse, shuffle, append, prepend and sort-by raise error when given non-lists (#7623) 2022-12-31 13:35:12 +02:00
sort.rs
source_env.rs Initial support for parse-time constants (#7436) 2022-12-22 00:21:03 +02:00
split_by.rs
split_column.rs
split_row.rs
table.rs Fix #7486 (#7487) 2022-12-15 09:55:15 -08:00
to_text.rs Make to text stream ListStreams (#7577) 2022-12-22 16:38:07 -08:00
touch.rs
transpose.rs
try_.rs Make $in work in catch closures (#7458) 2022-12-22 09:35:41 -06:00
uniq_by.rs
uniq.rs
update.rs
upsert.rs
use_.rs Expand Nushell's help system (#7611) 2022-12-30 17:44:37 +02:00
where_.rs last, skip, drop, take until, take while, skip until, skip while, where, reverse, shuffle, append, prepend and sort-by raise error when given non-lists (#7623) 2022-12-31 13:35:12 +02:00
which.rs
while_.rs break for, loop, while execution when external command runs to failed (#7475) 2022-12-14 16:20:18 +01:00
with_env.rs Change other instances of $nothing to null (#7569) 2022-12-22 12:30:10 -08:00
wrap.rs
zip.rs