Merge branch 'restructuring' of github.com:jashkenas/coffee-script

This commit is contained in:
Michael Ficarra
2011-08-08 13:21:58 -04:00
19 changed files with 13 additions and 14 deletions

View File

@@ -5,7 +5,7 @@
# Ensure that the OptionParser handles arguments correctly.
return unless require?
{OptionParser} = require './../lib/optparse'
{OptionParser} = require './../lib/coffee-script/optparse'
opt = new OptionParser [
['-r', '--required [DIR]', 'desc required']