A command envelope that tracks a repeated command's successes, and ignores command failures if the command has succeeded recently.
It is useful for commands that are flaky and are required to succeed only ocassionally.
Build and add ignore-flakes
executable to $HOME/.local/bin
:
stack install