Documentation ¶
Index ¶
Constants ¶
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteOption ¶
type DeleteOption struct {
Delete bool `short:"D" long:"delete" description:"delete registed runner."`
}
type ListOption ¶
type Option ¶
type Option struct { ProjectProfileOption *internal.ProjectProfileOption `group:"Project, Profile Options"` ListOption *ListOption `group:"List Options"` DeleteOption *DeleteOption `group:"Delete Options"` }
type RunnerCommand ¶
type RunnerCommand struct { UI ui.UI RemoteCollecter gitutil.Collecter ClientFactory api.APIClientFactory }
func (*RunnerCommand) Help ¶
func (c *RunnerCommand) Help() string
func (*RunnerCommand) Run ¶
func (c *RunnerCommand) Run(args []string) int
func (*RunnerCommand) Synopsis ¶
func (c *RunnerCommand) Synopsis() string
Click to show internal directories.
Click to hide internal directories.