-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add support for Mac OS #25
Comments
It looks like you are using a MacOS system. MacOS uses a different version of getopt than Linux does. You can install a GNU version of getopt and set it as the default getopt for your system using brew: brew install gnu-getopt
brew link --force gnu-getopt |
will it break other things |
I set in as the default in the $PATH instead of |
I see you changed title, do you want to keep the issue open or I can close it |
@pouledodue I can't make any promises there. See this stackoverflow answer for more information. I am going to keep this issue open to remind me to add real support for Mac OS at some point in the future. |
perfect, thank you |
I sent a PR |
Reviewed and merged (#26). Thanks! |
any command gives this ^
The text was updated successfully, but these errors were encountered: