lsif upload exposes a new command line flag `-upload-route` that is intended for internal use only
Created by: aidaeology
A new flag -upload-route was recently added to src lsif upload command and is included in the usage/help text displayed to user, however the only current use for it is internal and the value is hardcoded inline:
This is a usability issue, since users can't actually use this flag. We should only expose flags that are functional. Suggest to hide this flag or use another implementation method.