Versions in this module Expand all Collapse all v0 v0.0.2 Jun 19, 2021 Changes in this version + func PrintUsage() + func RegisterCommand(cmd Command) error + type ApiCommand struct + func (c *ApiCommand) Description() Description + func (c *ApiCommand) Execute(args []string) error + func (c *ApiCommand) Name() string + type CertificateCommand struct + func (c *CertificateCommand) Description() Description + func (c *CertificateCommand) Execute(args []string) error + func (c *CertificateCommand) Name() string + type Command interface + Description func() Description + Execute func(args []string) error + Name func() string + func GetCommand(name string) Command + type Description struct + Short string + Usage []string + type FetchCommand struct + func (c *FetchCommand) Description() Description + func (c *FetchCommand) Execute(args []string) error + func (c *FetchCommand) Name() string + type LoveCommand struct + func (*LoveCommand) Execute([]string) error + func (*LoveCommand) Hidden() bool + func (*LoveCommand) Name() string + func (c *LoveCommand) Description() Description + type TlsPingCommand struct + func (c *TlsPingCommand) Description() Description + func (c *TlsPingCommand) Execute(args []string) error + func (c *TlsPingCommand) Name() string + type UUIDCommand struct + func (c *UUIDCommand) Description() Description + func (c *UUIDCommand) Execute([]string) error + func (c *UUIDCommand) Name() string + type VerifyCommand struct + func (c *VerifyCommand) Description() Description + func (c *VerifyCommand) Execute(args []string) error + func (c *VerifyCommand) Name() string