fix(install): Don't use getopt for options parsing (#660)
The code assumed GNU getopt, which is not the default on many platforms, notably OSX.
Fixes #656, and replaces #659.
fix(install): Don't use getopt for options parsing (#660) Tags None Subscribers None
Description
Details
|