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

Add an "assume yes" feature #162

Merged
merged 3 commits into from
Aug 30, 2017
Merged

Add an "assume yes" feature #162

merged 3 commits into from
Aug 30, 2017

Conversation

noamt
Copy link
Contributor

@noamt noamt commented Mar 16, 2017

Adding a feature that overrides the initial sourcing prompt to create a "silent" switching.
Initialize the .env file without asking for permission when an environment variable named AUTOENV_ASSUME_YES is set to either TRUE or true.

Adding a feature that overrides the initial sourcing prompt for "silent" switching.
Initialize the `.env` file without asking for permission when an environment variable named `AUTOENV_ASSUME_YES` is set to either `TRUE` or `true`.
@ohadperry
Copy link

+1

@ohadperry
Copy link

@kennethreitz

@cuonglm
Copy link
Contributor

cuonglm commented Aug 29, 2017

@noamt Maybe it's better to just check the variable is not null.

Better to just check `AUTOENV_ASSUME_YES` was set, rather than for a specific value
@noamt
Copy link
Contributor Author

noamt commented Aug 29, 2017

@Gnouc That's a good idea. Fixed!

@cuonglm cuonglm merged commit d402099 into hyperupcall:master Aug 30, 2017
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.

3 participants