mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-17 02:51:25 -05:00
new version of the docs for 0.5.0 is done, or close to it.
This commit is contained in:
@@ -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: []
|
||||
|
||||
Reference in New Issue
Block a user