nushell/crates/nu-command/tests/commands
Fernando Herrera f075e2459d
Commands to engine (#3448)
* commands to engine

* Correction of error in parser

* Added detailed regex error to parse

* better regex error parsing

* clippy corrections

* parse example with test

* secondary error for regex

* removed clone in error parser

* Secondary error message
2021-05-22 10:52:04 -05:00
..
hash_
keep
math Simplify expressions (#3389) 2021-05-12 13:01:48 +12:00
move_
path Path Enhancement Project #2: parse, join and split (#3256) 2021-04-20 18:45:28 +12:00
random
skip
str_
all.rs commands: any? all? (#3252) 2021-04-03 13:40:54 -05:00
any.rs commands: any? all? (#3252) 2021-04-03 13:40:54 -05:00
append.rs
cal.rs
cd.rs Simplify expressions (#3389) 2021-05-12 13:01:48 +12:00
compact.rs
config.rs Refactor/config commands (#3265) 2021-04-09 18:03:12 +12:00
cp.rs
def.rs
default.rs
drop.rs
each.rs Simplify expressions (#3389) 2021-05-12 13:01:48 +12:00
echo.rs
empty.rs Simplify expressions (#3389) 2021-05-12 13:01:48 +12:00
enter.rs
every.rs
first.rs
flatten.rs Simplify expressions (#3389) 2021-05-12 13:01:48 +12:00
format.rs
get.rs Fix warnings for Rust 1.51 (#3214) 2021-03-26 21:26:57 +13:00
group_by.rs
headers.rs
help.rs
histogram.rs
insert.rs Simplify expressions (#3389) 2021-05-12 13:01:48 +12:00
into_int.rs Simplify expressions (#3389) 2021-05-12 13:01:48 +12:00
last.rs
length.rs
lines.rs
ls.rs Output error when ls into a file without permission (#3218) 2021-03-31 19:52:39 +13:00
merge.rs
mkdir.rs
mod.rs Refactor/config commands (#3265) 2021-04-09 18:03:12 +12:00
nth.rs
open.rs
parse.rs Commands to engine (#3448) 2021-05-22 10:52:04 -05:00
prepend.rs
range.rs Negative indexing for range (#3427) 2021-05-17 15:08:47 +12:00
reduce.rs Paren interpolation (#3452) 2021-05-21 10:55:38 +12:00
rename.rs Fix warnings for Rust 1.51 (#3214) 2021-03-26 21:26:57 +13:00
reverse.rs
rm.rs
roll.rs Simplify expressions (#3389) 2021-05-12 13:01:48 +12:00
rotate.rs
save.rs
select.rs
semicolon.rs
sort_by.rs
split_by.rs
split_column.rs
split_row.rs
touch.rs
uniq.rs
update.rs Simplify expressions (#3389) 2021-05-12 13:01:48 +12:00
where_.rs
which.rs
with_env.rs
wrap.rs