forked from extern/nushell
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:
@ -116,6 +116,7 @@ pub fn create_default_context() -> EngineState {
|
||||
Select,
|
||||
Shuffle,
|
||||
Size,
|
||||
Sleep,
|
||||
Source,
|
||||
Split,
|
||||
SplitChars,
|
||||
|
Reference in New Issue
Block a user