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
{{ message }}
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: cmd/src/lsif_upload.go
+6-10Lines changed: 6 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -36,13 +36,12 @@ Examples:
36
36
fmt.Println(usage)
37
37
}
38
38
var (
39
-
repoFlag=flagSet.String("repo", "", `The name of the repository. (required)`)
40
-
commitFlag=flagSet.String("commit", "", `The 40-character hash of the commit. (required)`)
41
-
fileFlag=flagSet.String("file", "", `The path to the LSIF dump file. (required)`)
42
-
githubTokenFlag=flagSet.String("github-token", "", `A GitHub access token with 'public_repo' scope that Sourcegraph uses to verify you have access to the repository.`)
43
-
rootFlag=flagSet.String("root", "", `The path in the repository that matches the LSIF projectRoot (e.g. cmd/)`)
44
-
skipValidationFlag=flagSet.Bool("skip-validation", false, `Whether or not to perform input validation on the server (much faster)`)
45
-
apiFlags=newAPIFlags(flagSet)
39
+
repoFlag=flagSet.String("repo", "", `The name of the repository. (required)`)
40
+
commitFlag=flagSet.String("commit", "", `The 40-character hash of the commit. (required)`)
41
+
fileFlag=flagSet.String("file", "", `The path to the LSIF dump file. (required)`)
42
+
githubTokenFlag=flagSet.String("github-token", "", `A GitHub access token with 'public_repo' scope that Sourcegraph uses to verify you have access to the repository.`)
43
+
rootFlag=flagSet.String("root", "", `The path in the repository that matches the LSIF projectRoot (e.g. cmd/)`)
0 commit comments