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
More specifically I would like an alternative to the existing clap API that let's you configure a static array of arg option values that would let me instead provide a fn type that yields a dynamic list.
Bonus points if this could factor into claps current support for tab completion
I would be interested in working on an implementation with some coaching on what the key areas in clap would need to change.
The text was updated successfully, but these errors were encountered:
It's something I very much want, I just have some other priorities to get 3.x-beta out the door first 😉 I'm going to close this in favor of the other two issues. Feel free to discuss there and we can work on implementation!
Looking for something akin to the dynamic options feature of the golang cli package
https://github.com/alecthomas/kingpin/blob/master/README.md#additional-api
More specifically I would like an alternative to the existing clap API that let's you configure a static array of arg option values that would let me instead provide a fn type that yields a dynamic list.
Bonus points if this could factor into claps current support for tab completion
I would be interested in working on an implementation with some coaching on what the key areas in clap would need to change.
The text was updated successfully, but these errors were encountered: