-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Closed
Labels
ConsoleGood first issueIdeal for your first contribution! (some Symfony experience may be required)Ideal for your first contribution! (some Symfony experience may be required)
Description
Not sure if this is desired, but you can specify format options when defining a Command
's name and description.
protected function configure()
{
$this
->setName('<fg=blue>acme:demo</fg=blue>')
->setDescription('<fg=blue>Acme Demo Command Example</fg=blue>');
}
Putting a fg style on the description seems to function fine, adding a color to the description, but adding a color to the name puts it at the top of the list, and looks a little janky.
Metadata
Metadata
Assignees
Labels
ConsoleGood first issueIdeal for your first contribution! (some Symfony experience may be required)Ideal for your first contribution! (some Symfony experience may be required)