2 个不稳定版本
0.3.0 | 2023年2月14日 |
---|---|
0.2.0 | 2023年2月13日 |
#74 in #exit
13KB
297 行
random-output
将随机行输出到 stdout 和 stderr。适用于测试 shell 脚本和自动化。
USAGE:
random-output.exe [OPTIONS]
OPTIONS:
-c, --color Make dates gray, [INFO] green and [ERR] red
-d, --date Show dates in [%yyyy-%mm-%dd %HH:%MM:%SS.%3f] style
-e <STDERR_LINES> Number of stderr lines [default: 10]
--exit <EXIT_CODE> Exit code of the process [default: 0]
-h, --help Print help information
-l, --level Show [INFO] for stdout and [ERR] for stderr
-n <STDOUT_LINES> Number of stdout lines [default: 10]
--prefix <PREFIX> Prefix to add each line [default: ]
--prefix-err <PREFIX_ERR> Prefix to add each stderr line. Defaults to `--prefix`
--suffix <SUFFIX> Suffix to add each line [default: ]
--suffix-err <SUFFIX_ERR> Suffix to add each stderr line. Defaults to `--suffix`
-V, --version Print version information
-w, --working-dir Show working dir in the first line
--wait <WAIT_MS> Specify how long to wait between outputs in <ms> [default: 0]
依赖项
~5–17MB
~170K SLoC