mirror of
https://github.com/nushell/nushell.git
synced 2025-08-15 17:03:17 +02:00
Table operating commands. (#1686)
* Table operating commands. * Updated merge test for clarity. * More clarity. * Better like this..
This commit is contained in:
committed by
GitHub
parent
d834708be8
commit
cf53264438
@ -17,10 +17,14 @@ mod headers;
|
||||
mod histogram;
|
||||
mod insert;
|
||||
mod is_empty;
|
||||
mod keep;
|
||||
mod keep_until;
|
||||
mod keep_while;
|
||||
mod last;
|
||||
mod lines;
|
||||
mod ls;
|
||||
mod math;
|
||||
mod merge;
|
||||
mod mkdir;
|
||||
mod mv;
|
||||
mod open;
|
||||
@ -33,6 +37,7 @@ mod reverse;
|
||||
mod rm;
|
||||
mod save;
|
||||
mod semicolon;
|
||||
mod skip_until;
|
||||
mod sort_by;
|
||||
mod split_by;
|
||||
mod split_column;
|
||||
|
Reference in New Issue
Block a user