Replies: 1 comment 2 replies
-
You'd need to write a custom type to do this, but it should be possible, as the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to dynamically set the choices on a
click.Choice
option?The added complexity here is that, depending on the value of an option set on a group, the value will change.
Here is a small example of what I am trying to achieve:
This works fine when you do not provide the
-c
argument explicitly, but fails when you do with the following error:I have tried the following:
-c
argumentKind regards
Beta Was this translation helpful? Give feedback.
All reactions