https://github.com/nomad-software/retry
A small command line utility for running other command line programs
https://github.com/nomad-software/retry
cli command-line go golang
Last synced: 11 months ago
JSON representation
A small command line utility for running other command line programs
- Host: GitHub
- URL: https://github.com/nomad-software/retry
- Owner: nomad-software
- License: mit
- Created: 2018-09-29T15:43:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-15T20:00:29.000Z (about 7 years ago)
- Last Synced: 2024-12-06T20:15:56.893Z (over 1 year ago)
- Topics: cli, command-line, go, golang
- Language: Go
- Homepage:
- Size: 963 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Retry
**A small command line utility for running other command line programs and retrying them if they fail**
---
## Example
```
retry -cmd="..."
```
## Help
Run the following command for help.
```
retry -help
```