internetguru / flow

Use Git Flow with ease – maintain branches, semantic versioning, releases, and changelog with a single command.
Other
41 stars 6 forks source link

macOS / BSD compatibility #41

Closed jnv closed 1 year ago

jnv commented 7 years ago

Apparently macOS ships with BSD getopt while OMGF uses some features of GNU getopt (especially long parameter names). This has multiple solutions:

See also Bash Hackers Wiki.

jnv commented 7 years ago

I have noticed that the git-flow-avh has a dependency on GNU getopt via Homebrew, so I think we can solve this through the formula for Homebrew.

jiripavelka commented 1 year ago

This is hopefully solved. Feel free to comment and reopen.