--cache 0 is ignored and is replaced by 3600 default value
I suspect it's due to some lines like that in args lib: value || option.defaultValue
https://github.com/leo/args/blob/master/src/index.js#L39
https://github.com/leo/args/blob/master/src/index.js#L163
--cache 0 is ignored and is replaced by 3600 default value
I suspect it's due to some lines like that in args lib:
value || option.defaultValuehttps://github.com/leo/args/blob/master/src/index.js#L39
https://github.com/leo/args/blob/master/src/index.js#L163