We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 767ae45 commit 7efd282Copy full SHA for 7efd282
handlers/courses/tasks/groupSend.js
@@ -17,6 +17,7 @@ module.exports = function() {
17
18
var args = require('yargs')
19
.example("gulp courses:group:send --group nodejs --templatePath ./mail.jade --subject 'Тема письма'")
20
+ .example("gulp courses:group:send --group js-1 --templatePath ./extra/groupLetters/js-1-end.jade --subject 'Завершение курса JavaScript'")
21
.example("gulp courses:group:send --group js-1405 --templatePath ./js-1405.jade --subject 'Курс JavaScript: напоминание о собрании' --test [email protected]")
22
.example("gulp courses:group:send --group js-1405 --templatePath ./js-1405.jade --subject 'Курс JavaScript: напоминание о собрании'")
23
.describe('group', 'Название группы')
0 commit comments