Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ uvx --from retry-cli retry --command "pre-commit run --all-files"
[comment]: # (CLI help split)

```text
usage: retry [-h] --command COMMAND [--retries RETRIES] [--show-first] [--success-code SUCCESS_CODE]
usage: retry [-h] --command COMMAND [--retries RETRIES] [--show-first]
[--success-code SUCCESS_CODE]

Run shell command with automatic retries on failure.

Expand Down Expand Up @@ -76,3 +77,7 @@ Push commit:
git push origin main v0.1.0

Which will trigger [GitHub Release workflow](.github/workflows/release.yml).

# Alternatives

Some how when googling before creating this I missed the following: https://github.com/dbohdan/recur , it looks good! I can't think of a reason someone would use this rather than recur, so unless you particularly want to use a tool written in python recur seems worth a look.