Skip to content

Commit a33222a

Browse files
authored
Merge pull request SchemaStore#5560 from SchemaStore/hyperupcall-fixfix
2 parents 75300d9 + 52b573c commit a33222a

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)