Progress Spinner Issues #3
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?
SPINNER="/-|" # Defined but never used
show_progress() {
local spinstr='|/-' # Redefines it locally
Bug: Global variable unused. Also, the progress function might not display correctly because commands in the subshell may produce output that interferes.
Outright removed the spinner, in favor of section by section progress