Documentation ¶
Overview ¶
Package cli implements the commands for the github plugin CLI.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServerCommand ¶
type ServerCommand struct { cli.BaseCommand // contains filtered or unexported fields }
func (*ServerCommand) Desc ¶
func (c *ServerCommand) Desc() string
func (*ServerCommand) Flags ¶
func (c *ServerCommand) Flags() *cli.FlagSet
func (*ServerCommand) Help ¶
func (c *ServerCommand) Help() string
func (*ServerCommand) RunUnstarted ¶
func (c *ServerCommand) RunUnstarted(ctx context.Context, args []string) (*plugin.GitHubPlugin, error)
Click to show internal directories.
Click to hide internal directories.