keep-trying

Crates.iokeep-trying
lib.rskeep-trying
version0.1.2
sourcesrc
created_at2018-05-13 16:54:15.608991
updated_at2021-12-05 10:14:08.749743
descriptionRun a command repeatedly until it exits successfully.
homepage
repositoryhttps://github.com/EFanZh/keep-trying
max_upload_size
id65209
size8,038
EFanZh (EFanZh)

documentation

README

keep-trying

Run a command repeatedly until it successfully exits.

Usage

keep-trying program arguments …

Roadmap

  • Allow to limit max number of tryings.
  • Support delay between retries.
  • Add signal handling.
  • Add option to indent outputs.
Commit count: 12

cargo fmt