Ported compact command to engine-q (#558)

* :Interm work porting compact to engine-q

* Port 'compact' command from nushell to engine-q

* Fixed example
This commit is contained in:
Matthew Auld
2021-12-22 22:08:39 -05:00
committed by GitHub
parent ef59b4aa51
commit c33104c4ae
3 changed files with 119 additions and 0 deletions

View File

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