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

Using getopt_long for command line parsing #24

Closed
craigbarnes opened this issue Mar 1, 2013 · 1 comment
Closed

Using getopt_long for command line parsing #24

craigbarnes opened this issue Mar 1, 2013 · 1 comment

Comments

@craigbarnes
Copy link
Contributor

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?

@akhleung
Copy link

I think OS X has getopt_long ... I would say go for it! Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants