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
The init command was broken due to the input options being colorized via ansi codes, which the user realistically can't provide. The bug wasn't surfaced in the integration tests, since colourizing is automatically disabled in CI envs (see https://github.com/chalk/supports-color)
We need some kind of integration test, which actually resembles the real user experience as close a possible, to prevent bugs like this in the future.
I'm going to lock this issue because it has been closed for 30 days. This helps our maintainers find and focus on the active issues. If you've found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
The init command was broken due to the input options being colorized via ansi codes, which the user realistically can't provide. The bug wasn't surfaced in the integration tests, since colourizing is automatically disabled in CI envs (see https://github.com/chalk/supports-color)
We need some kind of integration test, which actually resembles the real user experience as close a possible, to prevent bugs like this in the future.
Related to #139 and #140
The text was updated successfully, but these errors were encountered: