diff --git a/scripts/dwr b/scripts/dwr index 1b2d390..5738374 100755 --- a/scripts/dwr +++ b/scripts/dwr @@ -6,7 +6,9 @@ # retrieve the workflow runs for that repo and present them in a # list. Selected runs will be deleted. Uses the GitHub API. -# Requires gh (GitHub CLI) and jq (JSON processor) +# Requires gh (GitHub CLI) +# fzf (general-purpose command-line fuzzy finder) +# and jq (JSON processor) set -o errexit set -o pipefail