Skip to content

ArunMurugan78/rtry-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rtry

(Re-)Trys executing a command till it succeeds.

rtry licence rtry forks rtry stars rtry issues rtry pull-requests

Note: Currently Only supports Unix Based systems.

Installation

Binary Download

Checkout the releases to download the binary for your distribution.

Install from source

 go install github.com/ArunMurugan78/rtry-cli@latest

Usage

rtry-cli [OPTIONS] COMMAND

Example

rtry-cli -timeout 3000 "ping google.com"

Options

flag Description Default Required
timeout Retry timeout in milliseconds 1000 false
code Expected exit code 0 false

License

This project is licensed under the MIT License.