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,