You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is anyone opposed to using getopt_long instead of POSIX getopt? It's less portable in theory but would allow sassc to properly emulate all the Ruby Sass long options (some of which have no short equivalent). It also seems like a good idea to accept and ignore the --scss option, instead of throwing an error, since it's already implicit.
Does OS X have getopt_long?
The text was updated successfully, but these errors were encountered:
Is anyone opposed to using
getopt_long
instead of POSIXgetopt
? It's less portable in theory but would allow sassc to properly emulate all the Ruby Sass long options (some of which have no short equivalent). It also seems like a good idea to accept and ignore the--scss
option, instead of throwing an error, since it's already implicit.Does OS X have
getopt_long
?The text was updated successfully, but these errors were encountered: