go-task / task

A task runner / simpler Make alternative written in Go
https://taskfile.dev
MIT License
11.56k stars 617 forks source link

feat: allow providing single or multi prompts #1866

Closed mfbmina closed 1 month ago

mfbmina commented 1 month ago

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 commented 1 month ago

Hey guys! Can I help with something to get it reviewed?

MalteMagnussen commented 1 month ago

Thank you very much!