At the issue, we decided to make prompt accept one or more values. As the go-yaml does not support this, the solution is described in this issue: https://github.com/go-yaml/yaml/issues/100
A new Prompt type was introduced and it handle its serialization to allow one or more values.
Hello, it closes #1861!
At the issue, we decided to make
prompt
accept one or more values. As thego-yaml
does not support this, the solution is described in this issue: https://github.com/go-yaml/yaml/issues/100A new
Prompt
type was introduced and it handle its serialization to allow one or more values.