Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

internal/cli: fix precedence on conn info to context => env => flags #703

Merged
merged 1 commit into from
Oct 26, 2020

Conversation

mitchellh
Copy link
Contributor

Fixes #673

Without this, a flag never takes precedence if a context exists and
therefore doesn't work at all.

Fixes #673

Without this, a flag never takes precedence if a context exists and
therefore doesn't work at all.
@mitchellh mitchellh added this to the 0.1.4 milestone Oct 26, 2020
@github-actions github-actions bot added the core label Oct 26, 2020
Copy link
Contributor

@nicholasjackson nicholasjackson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mitchellh mitchellh merged commit 98bbc37 into main Oct 26, 2020
@mitchellh mitchellh deleted the b-context-prec branch October 26, 2020 16:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

server bootstrap uses context server-addr and not provided cmd arg
2 participants