Skip to content

Commit 52b573c

Browse files
committed
Specify --fix as boolean directly to minimist
1 parent 75300d9 commit 52b573c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ const SchemaDialects = [
104104
const argv = /** @type {any} */ (
105105
minimist(process.argv.slice(2), {
106106
string: ['schema-name', 'unstable-check-with'],
107-
boolean: ['help', 'build-xregistry', 'verify-xregistry'],
107+
boolean: ['fix', 'help', 'build-xregistry', 'verify-xregistry'],
108108
})
109109
)
110110

0 commit comments

Comments
 (0)