if( typeof questions.chainFunction === 'undefined' ){
        inq.prompt(questions).then(function(res) {
          callback(res);
          cb(null, file);
        });