Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Completion ¶ added in v0.3.0
type Completion struct{}
func (Completion) Command ¶ added in v0.3.0
func (c Completion) Command() *cli.Command
type Generate ¶ added in v0.4.0
type Generate struct{}
Generate is a handler for generate command.
type Handler ¶
type Handler interface {
// Command returns a command.
Command() *cli.Command
}
Handler is an interface for a handling command.
type Init ¶ added in v0.3.0
type Init struct{}
Init is a handler for initialization EasyP configuration.
Click to show internal directories.
Click to hide internal directories.