summaryrefslogtreecommitdiff
path: root/mongo-edu.js
diff options
context:
space:
mode:
Diffstat (limited to 'mongo-edu.js')
-rw-r--r--mongo-edu.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/mongo-edu.js b/mongo-edu.js
index 5afe4f4..f6dc0ca 100644
--- a/mongo-edu.js
+++ b/mongo-edu.js
@@ -22,6 +22,7 @@ var mdbvideos = require('./lib/login'),
.describe('hq', 'get high quality videos').boolean('hq')
.describe('ncc', 'no check certificate').boolean('ncc')
.describe('uz', 'unzip handout files').boolean('uz')
+ .describe('co', 'dump course order list').boolean('co')
.demand('d');
exports.create = function start() {
@@ -116,9 +117,7 @@ exports.create = function start() {
check[0].choices = data;
return inquirer.prompt(check, function prompt(answers) {
-
videoHandler.download(answers, data, argv);
-
});
}