Documentation ¶
Index ¶
- func NewCmd(ctx *cli.Context) *cobra.Command
- func NewCmdList(ctx *cli.Context) *cobra.Command
- func NewCmdLogin(ctx *cli.Context) *cobra.Command
- func NewCmdLogout(ctx *cli.Context) *cobra.Command
- func NewCmdUse(ctx *cli.Context) *cobra.Command
- func PrintFormat(output io.Writer, format string, sessions []*session.Session) error
- func RunUse(ctx *cli.Context, opts *UseOptions) error
- type ListOptions
- type LoginHandler
- type LoginOptions
- type LogoutOptions
- type UseOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PrintFormat ¶ added in v0.2.0
Types ¶
type ListOptions ¶ added in v0.2.0
type ListOptions struct {
// contains filtered or unexported fields
}
type LoginHandler ¶ added in v0.2.4
type LoginOptions ¶
type LogoutOptions ¶
type LogoutOptions struct{}
type UseOptions ¶ added in v0.2.3
type UseOptions struct {
Email string
}
Source Files ¶
Click to show internal directories.
Click to hide internal directories.