forked from extern/nushell
port over from nushell drop nth (#498)
This commit is contained in:
@ -51,6 +51,7 @@ pub fn create_default_context() -> EngineState {
|
||||
Collect,
|
||||
Drop,
|
||||
DropColumn,
|
||||
DropNth,
|
||||
Each,
|
||||
First,
|
||||
Get,
|
||||
|
Reference in New Issue
Block a user