Update cli/index.ts

This commit is contained in:
Roman Hotsiy 2021-03-31 15:50:46 +03:00 committed by GitHub
parent 2ac9c0dd8f
commit 6b9558e299
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,7 +72,7 @@ YargsParser.command(
type: 'boolean',
});
yargs.options('disableGoogleFont', {
yargs.options('disable-google-font', {
describe: 'Disable Google Font',
type: 'boolean',
default: false,