-
-
Notifications
You must be signed in to change notification settings - Fork 763
feat: allow providing single or multi prompts #1866
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
vmaerten
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello!
Thanks for working on this !! 🔥 I like the feature
I've left some comments!
vmaerten
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
Thanks.
Waiting for another review before merging :)
|
Hey guys! Can I help with something to get it reviewed? |
pd93
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey guys! Can I help with something to get it reviewed?
No help needed, all approved but unmerged PRs will get looked at before a release happens. That said, this looks fine to me. Thanks for the contribution!
|
Thank you very much! |
Hello, it closes #1861!
At the issue, we decided to make
promptaccept one or more values. As thego-yamldoes not support this, the solution is described in this issue: go-yaml/yaml#100A new
Prompttype was introduced and it handle its serialization to allow one or more values.