Tool to execute terminal commands with retries.
$ try [--limit=3 --delay=100ms] -- curl example.com
Usage: try [flags] -- command
flags:
--delay duration retry delay (default 100ms)
--limit uint max retry, set limit to 0 to disable limit (default 5)
--quiet hide command stdout/stderr