Documentation ¶
Index ¶
- Variables
- func NewCommitCommand(io *term.IO) *cobra.Command
- func NewExecCommand(io *term.IO) *cobra.Command
- func NewListCommand(io *term.IO) *cobra.Command
- func NewPullCommand(io *term.IO) *cobra.Command
- func NewPushCommand(io *term.IO) *cobra.Command
- type App
- type CommitRunner
- type ExecRunner
- type ListRunner
- type PullRunner
- type PushRunner
Constants ¶
This section is empty.
Variables ¶
View Source
var AppName string
AppName is the cli name (set by main.go)
View Source
var AppVersion string
AppVersion is the current version (set by main.go)
Functions ¶
Types ¶
type CommitRunner ¶
type CommitRunner struct {
// contains filtered or unexported fields
}
type ExecRunner ¶
type ExecRunner struct {
// contains filtered or unexported fields
}
type ListRunner ¶
type ListRunner struct {
// contains filtered or unexported fields
}
type PullRunner ¶
type PullRunner struct {
// contains filtered or unexported fields
}
type PushRunner ¶
type PushRunner struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.