if (!_.isString(args.mode)) {
        message = 'mode should be a string instead of: ' + args.mode.toString();
        gutil.log(gutil.colors.red('(ERR) ' + message));

        throw new Error(message);