You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
For example, in choosing a license, the pattern might provide the initial choice, but then will want to add additional data based on that choice, like "SPDX", and "license_text".
Describe the solution you'd like.
Provide an additional_context attribute to the Choice
[[questions]]
name = "license"prompt = "Under what license is this code published?"type = "str"choices = [
{ label = "2-Clause BSD License", value = "_bsd-2.jinja", additional_context = [{ spdx = "BSD-2-Clause" }] },
]
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
For example, in choosing a license, the pattern might provide the initial choice, but then will want to add additional data based on that choice, like "SPDX", and "license_text".
Describe the solution you'd like.
Provide an
additional_context
attribute to theChoice
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: