 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
      View Source
      
  const ( TextFormat = "text" JSONFormat = "json" )
Format is the format of output.
Variables ¶
      View Source
      
  
var (
	ErrHasLintIssue = errors.New("has lint issue")
)
    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.
       Source Files
      ¶
      Source Files
      ¶
    
   Click to show internal directories. 
   Click to hide internal directories.