Ofek Lev
Ofek Lev
Can you reproduce locally using the snippet I provided?
Could you show the same in your terminal? Create a directory and then enter the directory and then create a file named `test.py` with the following contents: ```python from pydantic...
Were you able to run the example?
@sydney-runkle Did you happen to run the example I posted yet in order to reproduce?
The issue is dynamic parameters rather than commands themselves. Here is an example that I'm about to use at work using this PR implementation: ```python def resolve_environment(ctx: DynamicContext, param: click.Option,...
I would be open to anything that allows me to make dynamic options per execution/context rather than per command! edit: without the use of a synchronization primitive like `threading.Lock` 😉
> it moves parameter definitions out of the command itself For this point in particular, I was trying to copy the code style by adding a parameter which is saved...
I don't have enough knowledge of the code to understand the paradigm you desire. Could you perhaps show an example?