HasParameters
trait HasParameters
Methods
void
specifyParameters()
Specify the arguments and options on the command.
array
getArguments()
Get the console command arguments.
array
getOptions()
Get the console command options.
Details
at line 15
protected void
specifyParameters()
Specify the arguments and options on the command.
at line 40
protected array
getArguments()
Get the console command arguments.
at line 48
protected array
getOptions()
Get the console command options.