forked from extern/nushell
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:
@ -51,6 +51,7 @@ pub fn create_default_context() -> EngineState {
|
||||
Append,
|
||||
Collect,
|
||||
Columns,
|
||||
Compact,
|
||||
Drop,
|
||||
DropColumn,
|
||||
DropNth,
|
||||
|
Reference in New Issue
Block a user