Skip to content

Commit

Permalink
incremental
Browse files Browse the repository at this point in the history
  • Loading branch information
malgorithms committed Jul 27, 2012
1 parent ebc8fc8 commit b0aac5d
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions src/command_line.coffee
@@ -1,5 +1,4 @@
fs = require 'fs'
{engine} = require '../lib/engine'
{view} = require '../lib/view'
program = require 'commander'

Expand Down Expand Up @@ -39,11 +38,19 @@ program.version(getVersionNumber())

# -----------------------------------------------------------------------------

recurseRun = (path) ->
stat = fs.statSync path
console.log stat

run = exports.run = ->
console.log program.args
#recurseRun path

# -----------------------------------------------------------------------------

if require.main is module
run()

#exports.run = ->
# e = new engine()
# args = process.argv.slice 2
# if args.length is 2
# coffee = true
Expand Down

0 comments on commit b0aac5d

Please sign in to comment.