2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-01-19 16:44:46 +00:00
nushell/docs/commands/sleep.md
Leonhard Kipp 0dd1403a69
Sleep command ()
* Add deserialization of Primitive::Duration; Fixes 

* Implement Sleep command

* Add comment saying you should name your rest field "rest"

* Fix typo

* Add documentation for sleep command
2020-08-22 05:51:29 +12:00

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