Migrated first commands to new argument parser

This commit is contained in:
2022-05-19 18:12:47 +02:00
parent 2fed654c16
commit 4fe073580a
3 changed files with 9 additions and 9 deletions

View File

@@ -54,7 +54,7 @@ class AddService(CommandABC):
"""
if 'simulate' in args:
args.remove('simulate')
Console.write_line('Simulating:')
Console.write_line('Running in simulation mode:')
self._is_simulation = True
if len(args) == 0: