mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
"keep going" suppresses the error status #422
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rfc1036 on GitHub (Jul 22, 2019).
When -g is used then the program will always return success, even when a domain fails.
This is inconvenient because then a calling script cannot know if some domains failed or not.
@kepi commented on GitHub (Oct 7, 2019):
Its important to add that this is inconvenient for some but not for all. I.e. in our use case current behaviour is exactly what we want.
If there would be any changes, please consider adding different argument for new behavior.
@lukas2511 commented on GitHub (Apr 28, 2020):
This should be fixed now :)