forked from extern/nushell
port over from nushell drop column (#495)
* port over from nushell drop column * fix clippy
This commit is contained in:
@ -50,6 +50,7 @@ pub fn create_default_context() -> EngineState {
|
||||
Append,
|
||||
Collect,
|
||||
Drop,
|
||||
DropColumn,
|
||||
Each,
|
||||
First,
|
||||
Get,
|
||||
|
Reference in New Issue
Block a user