Change '?' to some other argument #2
Labels
No Label
bug
compatibility
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: panki/minebash#2
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?
Created by: zachhanson94
Some shells, such as ZSH, try to interpret certain characters, including the question mark, as wildcards. Changing the help argument to something like "-h" or "help" would avoid this issue. You can get around the issue by using quotes around the question mark, however a different argument would be cleaner.
Created by: panki27
Thanks for the information!
This has been impelemented in commit
e4718c105b
.'minebash help'