Skip to content

trim21/try

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

♻️ retry

Tool to execute terminal commands with retries.

💡 Idea

$ try [options] -- curl example.com

🤼‍♂️ How to

Usage: try [flags] -- command

flags:
      --delay duration       retry delay (default 100ms)
      --delay-type string    delay type, can 'fixed' / 'backoff' / 'off' (default "fixed")
      --limit uint           max retry, set limit to 0 to disable limit (default 5)
      --max-delay duration   max retry delay when using non-fixed delay type (default 1s)
      --quiet                hide command stdout/stderr

About

a cli tool to retry command

Resources

License

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •  

Languages