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