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
ARGS:
bash
$ rty -c 2 -i 2 -- your command that may fail && echo succeeded || echo failed