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