Currently, allow_from_autoenv is not supported for CLI arguments. I'd like to see that support added.
I guess that we also need to add auto_envvar_prefix to the Typer constructor for it to make sense.
Ideally, I'd like to have a global option (Typer constructor argument) that simply enables the autoenv functionality for all Typer.Option instances. I guess that is a separate feature request.
Currently,
allow_from_autoenvis not supported for CLI arguments. I'd like to see that support added.I guess that we also need to add
auto_envvar_prefixto theTyperconstructor for it to make sense.Ideally, I'd like to have a global option (
Typerconstructor argument) that simply enables the autoenv functionality for allTyper.Optioninstances. I guess that is a separate feature request.