This commit is contained in:
2021-03-15 18:47:08 +01:00
parent d61da17ebd
commit 6742023919
31 changed files with 59 additions and 58 deletions

View File

@@ -51,9 +51,10 @@ class ConfigurationABC(ABC):
pass
@abstractmethod
def add_console_arguments(self):
def add_console_arguments(self, error: bool = None):
"""
Reads the console arguments
:param error: defines is invalid argument error will be shown or not
:return:
"""
pass