We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ca0f3c commit ff65428Copy full SHA for ff65428
plain-dev/plain/dev/cli.py
@@ -32,8 +32,9 @@ def _auto_start_services():
32
return
33
34
# Don't do anything if it looks like a "services" command is being run explicitly
35
- if "services" in sys.argv or "--stop" in sys.argv:
36
- return
+ if "dev" in sys.argv:
+ if "logs" in sys.argv or "services" in sys.argv or "--stop" in sys.argv:
37
+ return
38
39
if not ServicesProcess.get_services(APP_PATH.parent):
40
0 commit comments