rty

Crates.iorty
lib.rsrty
version0.2.2
sourcesrc
created_at2020-08-29 09:05:22.044642
updated_at2020-09-20 04:40:30.414629
descriptionA simple command line retry tool.
homepagehttps://github.com/tmtmtoo/retry
repositoryhttps://github.com/tmtmtoo/retry
max_upload_size
id282222
size54,272
matsu (tmtmtoo)

documentation

README

This has been moved into the cx.

:eyes: rty

a simple command line retry tool.

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

example

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

cargo fmt