From 6b9558e299e0dc8789a8940559e950f0fd65082d Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Wed, 31 Mar 2021 15:50:46 +0300 Subject: [PATCH] Update cli/index.ts --- cli/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/index.ts b/cli/index.ts index ec419a03..ef01a101 100644 --- a/cli/index.ts +++ b/cli/index.ts @@ -72,7 +72,7 @@ YargsParser.command( type: 'boolean', }); - yargs.options('disableGoogleFont', { + yargs.options('disable-google-font', { describe: 'Disable Google Font', type: 'boolean', default: false,