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 NewCmdSwitch(ctx *cli.Context) *cobra.Command
- func PrintFormat(output io.Writer, format string, sessions []session.Session) error
- type ListOptions
- type LoginOptions
- type LogoutOptions
- type SwitchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ListOptions ¶ added in v0.2.0
type ListOptions struct {
// contains filtered or unexported fields
}
type LoginOptions ¶
type LogoutOptions ¶
type LogoutOptions struct{}
type SwitchOptions ¶ added in v0.2.0
type SwitchOptions struct {
Email string
}
Click to show internal directories.
Click to hide internal directories.