Method |
Description |
|
argument ( string $key ) : string |
Get an argument from the input. |
|
ask ( string $question ) : string |
Ask the user the given question. |
|
confirmTaskWithUser ( string $task, string $question ) : boolean |
Confirm the operation with the user. |
|
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer |
Execute the command. |
|
option ( string $key ) : string |
Get an option from the input. |
|
secret ( string $question ) : string |
Ask the user the given secret question. |
|