Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
(function() {
var ConsoleInterface, DocPad, cliColor,
__bind = function(fn, me){ return function(){ return fn.apply(me, arguments); }; },
__hasProp = {}.hasOwnProperty;
cliColor = require('caterpillar').cliColor;
DocPad = require(__dirname + '/../docpad');
ConsoleInterface = (function() {
ConsoleInterface.name = 'ConsoleInterface';
function ConsoleInterface(_arg) {
this.docpad = _arg.docpad, this.program = _arg.program;
this.selectSkeletonCallback = __bind(this.selectSkeletonCallback, this);
}
ConsoleInterface.prototype.start = function() {
var actionCompleted, actionDescription, actionName, actions, addAction, applyConfiguration, docpad, logger, me, program;
me = this;