Skip to content

Remove -endpoint flag

Warren Gifford requested to merge simplify-config into master

Created by: ryanslade

This change removes the -endpoint flag

It also ensures the following:

  • Both env vars override the config file.
  • If a config file exists, either zero or both env vars must be specified. It is an error if only one is specified. This is to avoid confusion; we never merge config from the file and env vars.

Closes: https://github.com/sourcegraph/src-cli/issues/222

Merge request reports

Loading