Port over the sleep command from nushell (#371)

* Port over the sleep command from nushell

* Fix clippy warning

* Remove unused variable
This commit is contained in:
Andrew
2021-11-28 22:15:32 +01:00
committed by GitHub
parent 6d58e2b51e
commit e07ce57423
3 changed files with 111 additions and 0 deletions

View File

@ -116,6 +116,7 @@ pub fn create_default_context() -> EngineState {
Select,
Shuffle,
Size,
Sleep,
Source,
Split,
SplitChars,