Improved start command to use workspace

This commit is contained in:
2021-04-07 18:19:55 +02:00
parent 6a5c832288
commit d9bd7911ef
3 changed files with 10 additions and 5 deletions

View File

@@ -19,4 +19,4 @@ class StartService(CommandABC):
:param args:
:return:
"""
self._live_server.start()
self._live_server.start(args)