Look at usage of range
#2
Loading…
x
Reference in New Issue
Block a user
No description provided.
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?
Background
It was only when implementing the flags (commandline parameters) that I noticed I've been using
range
wrong.What I kept doing:
Instead of:
DoD
range
range
when used incorrectlyIssue has been solved with
c9b05e7026
.