mirror of
https://github.com/nushell/nushell.git
synced 2024-11-23 17:03:45 +01:00
0dd1403a69
* Add deserialization of Primitive::Duration; Fixes #2373 * Implement Sleep command * Add comment saying you should name your rest field "rest" * Fix typo * Add documentation for sleep command
269 B
269 B
sleep
Delay for a specified amount of time
Syntax: sleep <time> [additional_time]...
Flags
-h
, --help
Display help message.
Examples
Sleep for 3 seconds
> sleep 3sec
Sleep for 1 minute and 2 seconds
> sleep 1sec 1min 1sec