Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Totp []struct { Org string `yaml:"org"` Accounts []struct { Name string `yaml:"name"` Token string `yaml:"token"` } `yaml:"accounts"` } `yaml:"totp"` }
readConfig
type ConnectCommand ¶
type ConnectCommand struct{}
func (*ConnectCommand) Help ¶
func (c *ConnectCommand) Help() string
func (*ConnectCommand) Synopsis ¶
func (c *ConnectCommand) Synopsis() string
Click to show internal directories.
Click to hide internal directories.