Properly handle commands with spaces #3
Loading…
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?
The current implementation just splits the command by whitespace, and assumes the first whole word to be a command. The implementation should handle commands with spaces in them (which there are quite a few instances of)
Properly handle commands with spaces in themto Properly handle commands with spaces