Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure all flags have a short variant #14

Closed
wants to merge 1 commit into from

Conversation

ChrisJStone
Copy link
Member

This is a re submission of PR 462 in reference to issue 461

macOS/BSD getopt does not allow for long flag variants without installing gnu-getopt. This makes it hard to bundle git-flow with applications, since you usually can't bundle gnu-getopt with them. To address this, a short variant has been added for each command.

macOS/BSD getopt does not allow for long flag variants without
installing gnu-getopt. This makes it hard to bundle git-flow with
applications, since you usually can't bundle gnu-getopt with them.
To address this, a short variant has been added for each command.
@ChrisJStone ChrisJStone self-assigned this Jul 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants