Bugfixes for cli

This commit is contained in:
Sven Heidemann 2021-03-16 18:28:41 +01:00
parent 08836c1045
commit 2769afc1e4

View File

@ -60,12 +60,13 @@ class ConfigurationABC(ABC):
pass
@abstractmethod
def add_json_file(self, name: str, optional: bool = None, output: bool = True):
def add_json_file(self, name: str, optional: bool = None, output: bool = True, path: str = None):
"""
Reads and saves settings from given json file
:param name:
:param optional:
:param output:
:param path:
:return:
"""
pass