Closed justinyoo closed 6 months ago
I admit the init command hasn't seen much love over the past few months, as most of its functionality is now usable from all the commands directly. I have a bug fix to perform tonight / this weekend so I will address this the same time - Thanks for reporting
Fixed in #211 Going out now in 8.0.2
🔥 Bug Description
I tried the following command:
And I got this prompt, which shouldn't be displaying:
Then, I tried the following command:
And I got this error, which should take the parameter value case insensitive:
Then, I tried the following command:
And I got this prompt, which shouldn't be displaying:
All of the cases above use the parameter
--non-interactive
, which should assume the default value.🔍 Steps to Reproduce the Bug
Above 👆
🧯 Possible Solution
--container-builder
parameter provided, it should default todocker
.Docker
is provided for the--container-builder
, it should be accepted instead of throwing the exception.