forked from extern/nushell
add in a new command called columns (#519)
This commit is contained in:
@ -49,6 +49,7 @@ pub fn create_default_context() -> EngineState {
|
||||
Any,
|
||||
Append,
|
||||
Collect,
|
||||
Columns,
|
||||
Drop,
|
||||
DropColumn,
|
||||
DropNth,
|
||||
|
Reference in New Issue
Block a user