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
Copy file name to clipboardExpand all lines: src/Commands/core/RunserverCommands.php
+2-11Lines changed: 2 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -42,11 +42,11 @@ class RunserverCommands extends DrushCommands
42
42
* Use a default (would be specified in your drushrc) that starts runserver on port 8080, and opens a browser to the front page. Set path to a single hyphen path in argument to prevent opening browser for this session.
43
43
* @usage drush rs :9000/admin
44
44
* Start runserver on 127.0.0.1, port 9000, and open /admin in browser. Note that you need a colon when you specify port and path, but no IP.
45
+
* @usage drush --quiet rs
46
+
* Silence logging the printing of web requests to the console.
0 commit comments