Documentation
¶
Index ¶
Constants ¶
View Source
const ( TextFormat = "text" JSONFormat = "json" )
Format is the format of output.
Variables ¶
View Source
var (
ErrBreakingCheckIssue = errors.New("has breaking check issue")
)
View Source
var (
ErrHasLintIssue = errors.New("has lint issue")
)
View Source
var (
ErrPathNotAbsolute = errors.New("path is not absolute")
)
Functions ¶
This section is empty.
Types ¶
type BreakingCheck ¶ added in v0.7.0
type BreakingCheck struct{}
BreakingCheck is a handler for breaking command
func (BreakingCheck) Action ¶ added in v0.7.0
func (b BreakingCheck) Action(ctx *cli.Context) error
func (BreakingCheck) Command ¶ added in v0.7.0
func (b BreakingCheck) Command() *cli.Command
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.