Replies: 1 comment
-
Hi! See #75 for an example on how to do this. In the future we may support something more official in the API. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Many commands in my CLI tool require user input, particularly for AWS-related operations. Typically, the process involves selecting an ECS cluster first, followed by a service, and so on. Each subsequent step is contingent on the choices made in the previous one.
In the examples I've seen, the options available in a huh form's select field are fixed. Is there a way to make select options dynamic?
Beta Was this translation helpful? Give feedback.
All reactions