Ivo Murrell
Ivo Murrell
> it is private API, what is use case? We want to programmatically call webpack and pass command-line arguments so that it will parse options and load the config the...
> We do double `parseAsync` due lazy loading commands, unfortunately commander doesn't support this, so we do this rely on process.exit It doesn't seem like `process.exit` is ever called when...
It looks like the `exitOverride` callback is only called if the subcommand is an executable rather than an action handler: - Callback called in `_executeSubCommand`: https://github.com/tj/commander.js/blob/v7.2.0/index.js#L1406 (callback only called elsewhere...
Commander 8.0.0 just dropped and I'm happy to report the promise now resolves when following the reproduction steps 🎉
> I'm just thinking that we could have an extensible method in types.Type (e.g types.Type.CanConvertTo(types.Type) bool)` and check the type conversion is allowed or not through this method. I'm not...
> And I have one question, what does the `REQBACKEND` type work? I'm guessing when the `BACKEND` type is substituted to `req.backend`, then we'll change its type, but I'd know...
If I understand correctly than some special tooling is required when deploying VCL that specifies Git versions for dependencies, as Fastly's [`include`](https://developer.fastly.com/reference/vcl/statements/include/) statement does not support specifying revisions itself. Unless...
@davinci26 I can definitely see the utility of the approach you're describing, but the problem still seems to be that the rollout facility depends on custom deployment tooling to parse...
On further reflection this behaviour seems very similar to what is described in #4003.
This seems to still be an issue but as a workaround you should be able to force colour using the `FORCE_COLOR` environment variable instead. That [overrides](https://github.com/chalk/supports-color/blob/7759fc135b1be07cb7411178d7b1ac33d367fec8/index.js#L18-L20) the colour setting in...