random-output

Output random lines to stdout and stderr. Useful for tests for shell scripts and automations.

``` USAGE: random-output.exe [OPTIONS]

OPTIONS: -c, --color make dates gray, [INFO] green and [ERR] red -d, --date show dates -e, --e [default: 10] --exit [default: 0] -h, --help Print help information -l, --level show [INFO] or [ERR] -n, --n [default: 10] --name name to show in output -V, --version Print version information -w, --working-dir output working dir --wait wait millisecond between outputs [default: 0] ```