package
Version:
v0.1.2
Opens a new window with list of versions in this module.
Published: Jul 19, 2021
License: ISC
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var (
AuthCmd = &cobra.Command{
Use: "auth [client_id] [-S scope]...",
Short: "Generate an access token using the OAuth device authorization flow",
ValidArgs: []string{"client_id"},
Args: cobra.ExactArgs(1),
RunE: run,
}
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.