We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 004a382 commit 9f9d240Copy full SHA for 9f9d240
1 file changed
cmd/src/login.go
@@ -28,6 +28,10 @@ Examples:
28
Authenticate to Sourcegraph.com:
29
30
$ src login https://sourcegraph.com
31
+
32
+ Use OAuth device flow to authenticate:
33
34
+ $ src login --device-flow https://sourcegraph.com
35
`
36
37
flagSet := flag.NewFlagSet("login", flag.ExitOnError)
0 commit comments