new version of the docs for 0.5.0 is done, or close to it.

This commit is contained in:
Jeremy Ashkenas
2010-02-21 17:30:41 -05:00
parent 535cf28220
commit 5d893947ea
8 changed files with 112 additions and 85 deletions

View File

@@ -33,7 +33,7 @@ option_parser: null
exports.run: ->
parse_options()
return require 'repl' if options.interactive
return puts coffee.compile sources[0] if options.eval
return compile_script 'terminal', sources[0] if options.eval
usage() unless sources.length
separator: sources.indexOf '--'
flags: []