Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Executor ¶
Executor is used to execute the subcommands
func NewExecutor ¶
NewExecutor returns a new Executor instance
The path to the project is changed to the absolute path is it exists
type Subcommand ¶
type Subcommand interface { Execute(project common.Project, cfg config.Config) error // Execute executes the subcommand with the given project and config RequiresBuild() bool // Return true if a build is required before running the command }
Subcommand defines the interface a subcommand need to implement
Click to show internal directories.
Click to hide internal directories.