in solutions_builder/cli/cli_utils.py [0:0]
def get_answers_dict(data): if data: return dict(s.split("=") for s in data.split(",")) else: return {}