Port over the shuffle command from nushell (#300)

* initial commit of shuffle

* port the shuffle command from nushell
This commit is contained in:
Michael Angerman
2021-11-06 18:19:57 -07:00
committed by GitHub
parent a1f141d18a
commit 573cb38bab
5 changed files with 40 additions and 0 deletions

View File

@ -88,6 +88,7 @@ pub fn create_default_context() -> EngineState {
Range,
Rm,
Select,
Shuffle,
Size,
ScreamingSnakeCase,
SnakeCase,