You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
flags.noProgress=flagSet.Bool("no-progress", false, `Do not display a progress bar.`)
65
66
flags.maxPayloadSizeMb=flagSet.Int("max-payload-size", 100, `The maximum upload size (in megabytes). Indexes exceeding this limit will be uploaded over multiple HTTP requests.`)
66
67
flags.ignoreUploadFailures=flagSet.Bool("ignore-upload-failure", false, `Exit with status code zero on upload failure.`)
68
+
flags.uploadRoute=flagSet.String("upload-route", "/.api/lsif/upload", "The path of the upload route.")
0 commit comments