From 8f17d385335dedd4832cc1b20065464fac039d3c Mon Sep 17 00:00:00 2001 From: Ishraq Ibne Ashraf Date: Wed, 24 Jan 2018 23:37:26 +0100 Subject: [PATCH] grunt-cli-issue-107: Add task listing ability --- index.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.js b/index.js index b8ea1af..11d9b88 100644 --- a/index.js +++ b/index.js @@ -65,4 +65,8 @@ module.exports = { info: 'Output shell auto-completion rules. See the grunt-cli documentation for more information.', type: String }, + tasklist: { + info: 'List registered tasks from the target Gruntfile in JSON format.', + type: Boolean + }, };