You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the default value for an arg/flag was set to `0` then the `--help`
was not displaying it, as if the default was not set.
There is probably a typing bug in oclif/config or oclif/parser
(depending on what's the desired outcome). The default values typing
is `string`, however the actual values can be set to numbers.
0 commit comments