fix: remove double help flag #781
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/avoid-help-crash"
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?
We have:
abra -h/abra help. I think we did some sort of double definition of this because even when removing it in this change, I can stillabra -h/abra help. This became a problem when runningLANG=es abra -h👇I can still run
LANG=es abra -h/LANG=es abra ayudawith this change.