Skip to content
New issue

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

cli: make all variables found from environment variables #109

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mikebentley15
Copy link

Description

The python click module is pretty cool. I've not seen in before this project and I like it.

One feature of click is to make every option and parameter able to be specified by an environment variable.

https://click.palletsprojects.com/en/8.0.x/options/?highlight=auto_envvar_prefix

This was a very simple change to make, but I've found it quite nice, especially with the extra command-line arguments I've been giving the commands like in PR #107 and PR #108, among others that I have done in my fork.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant