nushell/tests/commands
Corvus Corax c0be02a434
Short-hand flags (#1378)
* typo fixes

* Change signature to take in short-hand flags

* update help information

* Parse short-hand flags as their long counterparts

* lints

* Modified a couple tests to use shorthand flags
2020-02-11 18:24:31 -08:00
..
append.rs
calc.rs Make a calc command (#1280) 2020-01-29 08:34:36 -05:00
cd.rs Ensure stable plugins get installed. (#1373) 2020-02-10 15:32:10 -05:00
compact.rs
cp.rs Short-hand flags (#1378) 2020-02-11 18:24:31 -08:00
default.rs
edit.rs
enter.rs
first.rs
format.rs
get.rs
group_by.rs
histogram.rs
insert.rs
last.rs
lines.rs Short-hand flags (#1378) 2020-02-11 18:24:31 -08:00
ls.rs Improve tests and labeling in FilesystemShell (#1305) 2020-02-01 03:34:34 -05:00
mkdir.rs
mod.rs Make a calc command (#1280) 2020-01-29 08:34:36 -05:00
mv.rs Fixed mv not throwing error when the source path was invalid (#1351) 2020-02-07 12:40:48 -05:00
nth.rs
open.rs
parse.rs
pick.rs
prepend.rs
range.rs
reverse.rs
rm.rs Short-hand flags (#1378) 2020-02-11 18:24:31 -08:00
save.rs Ensure stable plugins get installed. (#1373) 2020-02-10 15:32:10 -05:00
sort_by.rs
split_by.rs
split_column.rs
uniq.rs
where_.rs
wrap.rs