How to use the help function from grunt

Find comprehensive JavaScript grunt.help code examples handpicked from public code repositorys.

100
101
102
103
104
105
106
107
108
109
};

grunt.help.templates = function() {
  grunt.log.header('Available templates');
  if (templates.length > 0) {
    grunt.help.table(templates);
  } else {
    grunt.log.writeln().writeln('(No templates found)');
  }
  grunt.log.writeln().writelns(
fork icon71
star icon191
watch icon0

+ 3 other calls in file