Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RuleMakeCommand ¶
type RuleMakeCommand struct { }
func (*RuleMakeCommand) Description ¶
func (receiver *RuleMakeCommand) Description() string
Description The console command description.
func (*RuleMakeCommand) Extend ¶
func (receiver *RuleMakeCommand) Extend() command.Extend
Extend The console command extend.
func (*RuleMakeCommand) Handle ¶
func (receiver *RuleMakeCommand) Handle(ctx console.Context) error
Handle Execute the console command.
func (*RuleMakeCommand) Signature ¶
func (receiver *RuleMakeCommand) Signature() string
Signature The name and signature of the console command.
Click to show internal directories.
Click to hide internal directories.