cli/pkg/cmd/auth/auth.go
2020-08-11 15:58:00 -05:00

11 lines
209 B
Go

package auth
import (
"github.com/spf13/cobra"
)
var Cmd = &cobra.Command{
Use: "auth <command>",
Short: "Login, logout, and refresh your authentication",
Long: `Manage gh's authentication state.`,
}