Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CloneCommand ¶
type CloneCommand struct {
}
CloneCommand implements the cli.Command interface to clone a group
type PullCommand ¶
type PullCommand struct {
}
func (*PullCommand) Help ¶
func (h *PullCommand) Help() string
func (*PullCommand) Run ¶
func (*PullCommand) Run(args []string) int
func (*PullCommand) Synopsis ¶
func (*PullCommand) Synopsis() string
type UpdateCommand ¶
type UpdateCommand struct {
}
func (*UpdateCommand) Help ¶
func (h *UpdateCommand) Help() string
func (*UpdateCommand) Run ¶
func (*UpdateCommand) Run(args []string) int
func (*UpdateCommand) Synopsis ¶
func (*UpdateCommand) Synopsis() string
type WorkDirConfig ¶
type WorkDirConfig struct {
GroupURL string
}
WorkDirConfig persists the options used to initially clone a group to re-use them for pull commands
Click to show internal directories.
Click to hide internal directories.