Skip to content

Instantly share code, notes, and snippets.

@mihaild
Created August 23, 2011 14:33
Show Gist options
  • Save mihaild/1165284 to your computer and use it in GitHub Desktop.
Save mihaild/1165284 to your computer and use it in GitHub Desktop.
Patch to make long options work in COA
216c216
< if (m = i.match(/^--(\w[\w-_]*)=(.*)$/)) {
---
> if (m = i.match(/^(--\w[\w-_]*)=(.*)$/)) {
269c269
< })();
\ No newline at end of file
---
> })();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment