Migrated first commands to new argument parser
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user