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