1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2025-07-09 11:41:07 +01:00

Move CLI-related assets to subfolder.

This commit is contained in:
hacksalot
2016-01-09 16:14:28 -05:00
parent bece335a64
commit c5b8eec33a
6 changed files with 18 additions and 17 deletions

View File

@ -13,7 +13,7 @@ Command-line interface (CLI) for HackMyResume.
try {
var main = require('./main');
var main = require('./cli/main');
main( process.argv );
}