Changed text width in apply command output
This commit is contained in:
parent
989a8b831e
commit
54f64095ea
@ -1,13 +0,0 @@
|
||||
{
|
||||
"output": "hotfix",
|
||||
"include": [
|
||||
"bin",
|
||||
"src",
|
||||
"vendor"
|
||||
],
|
||||
"stub": "bin/bootstrap.php",
|
||||
"options": {
|
||||
"chmod": "0777"
|
||||
},
|
||||
"compress": 3
|
||||
}
|
@ -57,7 +57,7 @@ class ApplyCommand extends Command
|
||||
$header = $hotfix->getHeader();
|
||||
$output->writeln(" Hotfix: <fg=yellow;options=bold>".$header->getName()."</fg=yellow;options=bold>");
|
||||
$output->writeln(" Author: <comment>".$header->getAuthor()."</comment>");
|
||||
$info = explode("\n",wordwrap(trim($header->getInfo()), 60));
|
||||
$info = explode("\n",wordwrap(trim($header->getInfo()), 80));
|
||||
$info = "<comment>".join("</comment>\n <comment>", $info)."</comment>";
|
||||
$output->writeln(" Info: ".$info);
|
||||
$output->writeln("");
|
||||
|
Loading…
Reference in New Issue
Block a user