add in a new command called columns (#519)

This commit is contained in:
Michael Angerman
2021-12-18 10:14:28 -08:00
committed by GitHub
parent 8933dde324
commit 00bb203756
4 changed files with 124 additions and 0 deletions

View File

@ -49,6 +49,7 @@ pub fn create_default_context() -> EngineState {
Any,
Append,
Collect,
Columns,
Drop,
DropColumn,
DropNth,