We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3599fc commit f2a7627Copy full SHA for f2a7627
bin/labadmin.js
@@ -296,9 +296,9 @@ yargs // eslint-disable-line no-unused-expressions
296
command: 'change-exercise-types-json',
297
aliases: ['json-cet'],
298
desc: 'Change student\'s exercise types from json file',
299
- handler: async (argv) => {
+ handler: async () => {
300
const changeExTypes = require('./commands/change-exercise-types-json');
301
- await changeExTypes(argv);
+ await changeExTypes();
302
}
303
})
304
.command({
0 commit comments