Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteCommand ¶ added in v0.2.0
type DeleteCommand struct {
Meta
}
func (*DeleteCommand) Help ¶ added in v0.2.0
func (c *DeleteCommand) Help() string
func (*DeleteCommand) Run ¶ added in v0.2.0
func (c *DeleteCommand) Run(args []string) int
func (*DeleteCommand) Synopsis ¶ added in v0.2.0
func (c *DeleteCommand) Synopsis() string
type ExecCommand ¶
type ExecCommand struct {
Meta
}
func (*ExecCommand) Help ¶
func (c *ExecCommand) Help() string
func (*ExecCommand) Run ¶
func (c *ExecCommand) Run(args []string) int
func (*ExecCommand) Synopsis ¶
func (c *ExecCommand) Synopsis() string
type ListCommand ¶
type ListCommand struct {
Meta
}
func (*ListCommand) Help ¶
func (c *ListCommand) Help() string
func (*ListCommand) Run ¶
func (c *ListCommand) Run(args []string) int
func (*ListCommand) Synopsis ¶
func (c *ListCommand) Synopsis() string
type RegisterCommand ¶
type RegisterCommand struct {
Meta
}
func (*RegisterCommand) Help ¶
func (c *RegisterCommand) Help() string
func (*RegisterCommand) Run ¶
func (c *RegisterCommand) Run(args []string) int
func (*RegisterCommand) Synopsis ¶
func (c *RegisterCommand) Synopsis() string
type ToGithubNameCommand ¶
type ToGithubNameCommand struct {
Meta
}
func (*ToGithubNameCommand) Help ¶
func (c *ToGithubNameCommand) Help() string
func (*ToGithubNameCommand) Run ¶
func (c *ToGithubNameCommand) Run(args []string) int
func (*ToGithubNameCommand) Synopsis ¶
func (c *ToGithubNameCommand) Synopsis() string
type ToSlackMention ¶ added in v0.2.1
type ToSlackMention struct {
Meta
}
func (*ToSlackMention) Help ¶ added in v0.2.1
func (c *ToSlackMention) Help() string
func (*ToSlackMention) Run ¶ added in v0.2.1
func (c *ToSlackMention) Run(args []string) int
func (*ToSlackMention) Synopsis ¶ added in v0.2.1
func (c *ToSlackMention) Synopsis() string
type VersionCommand ¶
func (*VersionCommand) Help ¶
func (c *VersionCommand) Help() string
func (*VersionCommand) Run ¶
func (c *VersionCommand) Run(args []string) int
func (*VersionCommand) Synopsis ¶
func (c *VersionCommand) Synopsis() string
Click to show internal directories.
Click to hide internal directories.