mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 22:50:14 +02:00
Adds drop
number of rows command (#1663)
* Fix access to columns with quoted names * Add a drop number of rows from end of table
This commit is contained in:
@ -5,6 +5,7 @@ mod cd;
|
||||
mod compact;
|
||||
mod cp;
|
||||
mod default;
|
||||
mod drop;
|
||||
mod each;
|
||||
mod edit;
|
||||
mod enter;
|
||||
|
Reference in New Issue
Block a user