We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9031947 commit e11f219Copy full SHA for e11f219
1 file changed
src/cli.ts
@@ -32,7 +32,7 @@ const {
32
option('ignorePatch', Boolean),
33
option('ignoreMinor', Boolean),
34
option('allowHigherVersions', Boolean),
35
- option('allowZeroVersions', Boolean)
+ option('allowZeroSubversions', Boolean)
36
)
37
38
if (help) {
0 commit comments