| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
@Montana thanks for your contribution! I think there are some missing parts here. None of the methods added here are used anywhere? |
Sorry, something went wrong.
|
@Montana as mentioned in your other PR. Please add your tests and functionality to this PR. I will close the other two PRs. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Before running any command, src now does a best-effort check of the running version against the version recommended by the configured Sourcegraph instance (the existing /.api/src-cli/version endpoint) and prints a single warning to stderr when it is behind.
The check is fail-open:
version all result in no warning.
SRC_SKIP_VERSION_CHECK set.
spurious warnings.
Closes #930