Skip to content

Commit 7efd282

Browse files
committed
minor example
1 parent 767ae45 commit 7efd282

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

handlers/courses/tasks/groupSend.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ module.exports = function() {
1717

1818
var args = require('yargs')
1919
.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'")
2021
.example("gulp courses:group:send --group js-1405 --templatePath ./js-1405.jade --subject 'Курс JavaScript: напоминание о собрании' --test [email protected]")
2122
.example("gulp courses:group:send --group js-1405 --templatePath ./js-1405.jade --subject 'Курс JavaScript: напоминание о собрании'")
2223
.describe('group', 'Название группы')

0 commit comments

Comments
 (0)