port over from nushell drop column (#495)

* port over from nushell drop column

* fix clippy
This commit is contained in:
Michael Angerman
2021-12-14 11:54:27 -08:00
committed by GitHub
parent a41ae72bc1
commit 1cbb785969
4 changed files with 178 additions and 0 deletions

View File

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