Replies: 1 comment 1 reply
-
Ah! Using choices_function or choices_method is the solution... (choices_function / choices_method will be replaced with choices_provider in cmd 2.0) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I used in some places a argparser that does use choices. This choices list is created dynamically and that takes a little time.
Unfortunately the list is evaluated directly at the start :(
Is there a possibility that the list is evaluated only when it is really needed?
Beta Was this translation helpful? Give feedback.
All reactions