port over the prepend command from nushell (#446)

This commit is contained in:
Michael Angerman
2021-12-07 00:46:21 -08:00
committed by GitHub
parent c8b9913718
commit a42bbea98d
3 changed files with 125 additions and 0 deletions

View File

@ -115,6 +115,7 @@ pub fn create_default_context() -> EngineState {
Mv,
ParEach,
Parse,
Prepend,
Ps,
Range,
Random,