port over from nushell drop nth (#498)

This commit is contained in:
Michael Angerman
2021-12-15 04:26:15 -08:00
committed by GitHub
parent e9525627e6
commit 0450cc25e0
3 changed files with 125 additions and 0 deletions

View File

@ -51,6 +51,7 @@ pub fn create_default_context() -> EngineState {
Collect,
Drop,
DropColumn,
DropNth,
Each,
First,
Get,