Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Output] Add custom output style #21

Closed
imdhemy opened this issue Mar 14, 2024 · 0 comments · Fixed by #25
Closed

[Output] Add custom output style #21

imdhemy opened this issue Mar 14, 2024 · 0 comments · Fixed by #25
Labels
Feature Request 💡 Extra attention is needed

Comments

@imdhemy
Copy link
Member

imdhemy commented Mar 14, 2024

Description

The Symfony output style works pretty well, but some parts need improvements. For instance, the error(), info() etc methods use block() under the hood, which results in a big white space below each message.

So instead of:

/application # bin/console cx:migrate

                                                                                
 [INFO] Migrated: M2024_03_14_171510_my_first_migration.php                     
                                                                                

                                                                                
 [INFO] Migrated: M2024_03_14_171524_my_second_migration.php                    
                                                                                

/application # 

We need something like:

/application # bin/console cx:migrate                                                                             
 [INFO] Migrated: M2024_03_14_171510_my_first_migration.php                                                                                                
 [INFO] Migrated: M2024_03_14_171524_my_second_migration.php                    
/application # 

Example

No response

@imdhemy imdhemy added the Feature Request 💡 Extra attention is needed label Mar 14, 2024
@github-project-automation github-project-automation bot moved this to Planning 📅 in Symblaze Board Mar 14, 2024
@imdhemy imdhemy changed the title Add custom output style [Output] Add custom output style Mar 14, 2024
@imdhemy imdhemy moved this from Planning 📅 to Todo 📌 in Symblaze Board Mar 16, 2024
@imdhemy imdhemy moved this from Todo 📌 to In Progress 🛠️ in Symblaze Board Mar 16, 2024
@imdhemy imdhemy moved this from In Progress 🛠️ to Todo 📌 in Symblaze Board Mar 16, 2024
@imdhemy imdhemy moved this from Todo 📌 to In Progress 🛠️ in Symblaze Board Mar 27, 2024
@github-project-automation github-project-automation bot moved this from In Progress 🛠️ to Done 🎉 in Symblaze Board Mar 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request 💡 Extra attention is needed
Projects
Status: Done 🎉
Development

Successfully merging a pull request may close this issue.

1 participant