Use question color.

This commit is contained in:
Andreas Fischer 2014-03-31 17:06:06 +02:00
parent e768ead820
commit b002f11771

View file

@ -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);