0.0.2 • Published 6 years ago

usleep-cli v0.0.2

Weekly downloads
2
License
ISC
Repository
-
Last release
6 years ago

Unlike a lot of Linux, Windows Command Line Interface does not include a microsleep. I have no idea about Apple.

Install

npm i usleep-cli -g

Use

Sleep 2 seconds

usleep 2000

Exit Code

Process exits with exit code = 0. If first and only milliseconds argument is undefined or not a number then process will write error message to stderr pipe and exit with exit code = 1