task icon indicating copy to clipboard operation
task copied to clipboard

feat: allow providing single or multi prompts

Open mfbmina opened this issue 4 months ago • 0 comments

Hello, it closes #1861!

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.

mfbmina avatar Oct 16 '24 23:10 mfbmina