Commit Graph

4 Commits

Author SHA1 Message Date
cloudhead
5ee0209e8a don't use Usage: node [options] script.js [arguments]
-v, --version      print node's version
  --debug[=port]     enable remote debugging via given TCP port
  --debug-brk[=port] as above, but break in node.js and
                     wait for remote debugger to connect
  --cflags           print pre-processor and compiler flags
  --v8-options       print v8 command line options

Documentation can be found at http://nodejs.org/api.html or with 'man node', as it's, um, used by node. Use  instead. Also moved tree.node requires in tree.js
2010-03-01 15:32:21 -05:00
cloudhead
6e22c810d0 code style change in variable.js 2010-02-25 17:57:47 -05:00
cloudhead
1d2b335827 throw error if variable isnt found 2010-02-23 18:00:53 -05:00
cloudhead
ad66408b9f init 2010-02-23 13:39:05 -05:00