Fix incorrect options type for httpsAutoLinks

This commit is contained in:
Christian Faber 2024-02-20 12:33:17 +01:00
parent 59053cff4b
commit 452f2e4ee9

View File

@ -54,7 +54,7 @@ function getDefaultOpts (simple) {
httpsAutoLinks: {
defaultValue: false,
describe: 'Use \'https://\' for auto-generated links',
type: 'string'
type: 'boolean'
},
literalMidWordUnderscores: {
defaultValue: false,