We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I would like to see autoenvvar on documentation on group (+subground/subcommands).
@click.group( ... invoke_without_command=True, context_settings={ "auto_envvar_prefix": self.envvar_prefix, }, )
The _format_envvars function only seems to support auto_envvar_prefix on @click.command.
auto_envvar_prefix
@click.command
Thanks.
The text was updated successfully, but these errors were encountered:
Similar to #114 but for a different setting. Would welcome a PR.
Sorry, something went wrong.
No branches or pull requests
Hi,
I would like to see autoenvvar on documentation on group (+subground/subcommands).
The _format_envvars function only seems to support
auto_envvar_prefix
on@click.command
.Thanks.
The text was updated successfully, but these errors were encountered: