You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor symfony#12078 Updated some console commands (javiereguiluz)
This PR was squashed before being merged into the 3.4 branch (closessymfony#12078).
Discussion
----------
Updated some console commands
This makes two changes:
* I was told on Symfony Slack that using `c:\>` is wrong for Windows. Better use `>` (even if you have run a `cd ...` command before)
* On symfony.com the console decoration changes depending on your operating system. But in the docs, some commands are only for Windows or only for Linux/macOS. In those special cases, we cannot change the console decoration, so let's apply a CSS class to tell that they are Windows-only or Linux-only commands.
Commits
-------
bd50c9a Updated some console commands
0 commit comments