refactor cli

This commit is contained in:
Lloyd Brookes
2017-06-11 19:26:47 +01:00
parent 498ee868c0
commit d07ef41cd2
5 changed files with 80 additions and 78 deletions

View File

@ -1,2 +1,2 @@
#!/usr/bin/env node
require('../').run()
require('../lib/cli-app').run()