3 个版本

0.2.2 2020 年 9 月 20 日
0.2.1 2020 年 8 月 31 日
0.2.0 2020 年 8 月 29 日

#successful 中排名 #4

MIT 许可证

22KB
618 代码行

此内容已移动到 cx.

👀 rty

一个简单的命令行重试工具。

rty
Retry command execution until successful.

USAGE:
    rty [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

示例

$ rty -c 2 -i 2 -- your command that may fail && echo succeeded || echo failed

依赖项

~8MB
~127K SLoC