private string $executable
public execute(Input $input, Output $output): int
Parameter | Type | Description |
---|
$input | Input | |
$output | Output | |
protected configure(): void
private writeGlobalOptions(Output $output): void
Parameter | Type | Description |
---|
$output | Output | |
Writes the available commands to the output.
private writeCommands(Output $output, array $commands): void
Parameter | Type | Description |
---|
$output | Output | |
$commands | array | |
private writeCommand(Output $output, Command $command, ?Module $module): void
Parameter | Type | Description |
---|
$output | Output | |
$command | Command | |
$module | Module | |
Writes the arguments for a command to the output.
private writeArguments(Output $output, array $arguments): void
Parameter | Type | Description |
---|
$output | Output | |
$arguments | array | |
Writes the options for a command to the output.
private writeOptions(Output $output, array $options, string $label = 'Options'): void
Parameter | Type | Description |
---|
$output | Output | |
$options | array | |
$label | string | |
private writeModuleHelp(Output $output, Module $module): void
Parameter | Type | Description |
---|
$output | Output | |
$module | Module | |
private writeHelp(Output $output): void
Parameter | Type | Description |
---|
$output | Output | |
Generated by Hazaar API Doc Generator on Wed, 25 Jun 2025 06:07:10 +0000