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

Restore app title.

This commit is contained in:
hacksalot
2016-01-05 09:38:21 -05:00
parent 2819faeb6f
commit ff23ee508b
2 changed files with 4 additions and 3 deletions

View File

@ -128,6 +128,8 @@ Massage command-line args and setup Commander.js.
*/
function initialize() {
logMsg( title );
// Support case-insensitive sub-commands (build, generate, validate, etc.)..
var oVerb, verb = '', args = process.argv.slice(), cleanArgs = args.slice(2);
if( cleanArgs.length ) {