Add flags dynamically #327
theprobugmaker
started this conversation in
General
Replies: 2 comments
-
That is not possible. You can use plugins to dynamically add flag structs, but not after parsing has started. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you very much for the answer @alecthomas. That is sad to know. I wish it was possible. |
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
-
I want to dynamically add more flags to the application.
Imagine that I have a flag that is
--extra-features
. I want to add more flags dynamically if this one is present. How can I do something like that?Thank you.
Beta Was this translation helpful? Give feedback.
All reactions