8000 SymfonyStyle better aligning multi-line blocks? · Issue #18564 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content
SymfonyStyle better aligning multi-line blocks? #18564
Closed
@wouterj

Description

@wouterj

Description

Currently, a multiline warning block looks like:

 [WARNING] Your Symfony Installer version is outdated.
 Execute the command "..." to get the latest version

 Downloading the Symfony Demo Application...

It's not very clear that the second line is part of the warning block.

Proposed Solutions

I propose to change this to:

 [WARNING] Your Symfony Installer version is outdated.
           Execute the command "..." to get the latest version

 Downloading the Symfony Demo Application...

Or:

 [WARNING] Your Symfony Installer version is outdated.
     Execute the command "..." to get the latest version

 Downloading the Symfony Demo Application...

Or indent the complete block:

    [WARNING] Your Symfony Installer version is outdated.
    Execute the command "..." to get the latest version

 Downloading the Symfony Demo Application...

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0