From 577962d951f7b7c72a2567bd8a7caa871fe01a15 Mon Sep 17 00:00:00 2001 From: Ahmad Awais Date: Sat, 15 May 2021 11:51:26 +0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20FIX:=20Strict=20camelCase=20flag?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/utils/cli.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/utils/cli.js b/template/utils/cli.js index 9381102..52c3652 100644 --- a/template/utils/cli.js +++ b/template/utils/cli.js @@ -8,7 +8,7 @@ const flags = { alias: `c`, desc: `Clear the console` }, - 'no-clear': { + noClear: { type: `boolean`, default: false, desc: `Don't clear the console`