Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrInvalidArgs = errors.New("bad command usage")
Functions ¶
This section is empty.
Types ¶
type AttachCommand ¶
type AttachCommand struct {
// contains filtered or unexported fields
}
func (*AttachCommand) Info ¶
func (p *AttachCommand) Info() []string
func (*AttachCommand) Usage ¶ added in v0.0.2
func (c *AttachCommand) Usage() []string
type CdCommand ¶
type CdCommand struct {
// contains filtered or unexported fields
}
type ExportCommand ¶
type ExportCommand struct{}
func (*ExportCommand) Info ¶
func (c *ExportCommand) Info() []string
func (*ExportCommand) Usage ¶ added in v0.0.2
func (c *ExportCommand) Usage() []string
type HelpCommand ¶
type HelpCommand struct {
// contains filtered or unexported fields
}
func (*HelpCommand) Info ¶
func (c *HelpCommand) Info() []string
func (*HelpCommand) Usage ¶ added in v0.0.2
func (c *HelpCommand) Usage() []string
type KillCommand ¶
type KillCommand struct {
// contains filtered or unexported fields
}
func (*KillCommand) Info ¶
func (k *KillCommand) Info() []string
func (*KillCommand) Usage ¶ added in v0.0.2
func (c *KillCommand) Usage() []string
type PushCommand ¶
type PushCommand struct {
// contains filtered or unexported fields
}
func (*PushCommand) Info ¶
func (c *PushCommand) Info() []string
func (*PushCommand) Usage ¶ added in v0.0.2
func (c *PushCommand) Usage() []string
type PwdCommand ¶
type PwdCommand struct{}
func (*PwdCommand) Info ¶
func (p *PwdCommand) Info() []string
func (*PwdCommand) Usage ¶ added in v0.0.2
func (c *PwdCommand) Usage() []string
type ResetCommand ¶
type ResetCommand struct {
// contains filtered or unexported fields
}
func (*ResetCommand) Info ¶
func (c *ResetCommand) Info() []string
func (*ResetCommand) Usage ¶ added in v0.0.2
func (c *ResetCommand) Usage() []string
type StatusCommand ¶ added in v0.0.2
type StatusCommand struct {
// contains filtered or unexported fields
}
func (*StatusCommand) Info ¶ added in v0.0.2
func (c *StatusCommand) Info() []string
func (*StatusCommand) Usage ¶ added in v0.0.2
func (c *StatusCommand) Usage() []string
Click to show internal directories.
Click to hide internal directories.