#supervisor #process #command-line #tool #execution #tokio

app supervise

一个简单的命令行监督工具

2 个版本

0.1.2 2020 年 9 月 20 日
0.1.1 2020 年 9 月 2 日

#39 in #supervisor

MIT 许可证

21KB
573

此项目已移至 cx.

👀 supervise

一个简单的命令行监督工具。

Supervise command execution.

USAGE:
    supervise [OPTIONS] [COMMAND]...

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -c, --count <count>          maximum number of executions
    -i, --interval <interval>    execution interval (sec) [default: 0.1]

ARGS:
    <COMMAND>...    command and options

示例

$ supervise -c 2 -i 2 -- echo abc

依赖

~7.5MB
~109K SLoC