Use question color.
This commit is contained in:
parent
e768ead820
commit
b002f11771
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ class ConvertType extends Command {
|
|||
$dialog = $this->getHelperSet()->get('dialog');
|
||||
$password = $dialog->askHiddenResponse(
|
||||
$output,
|
||||
'What is the database password?',
|
||||
'<question>What is the database password?</question>',
|
||||
false
|
||||
);
|
||||
$input->setOption('password', $password);
|
||||
|
|
Loading…
Reference in a new issue