executorlib.standalone.interactive.backend.update_default_dict_from_arguments#
- executorlib.standalone.interactive.backend.update_default_dict_from_arguments(argument_lst: list[str], argument_dict: dict, default_dict: dict) dict[source]#
Update default dictionary with values from command line arguments
- Parameters:
argument_lst (list[str]) – List of arguments as strings
argument_dict (dict) – Dictionary mapping argument names to their corresponding command line flags
default_dict (dict) – Default dictionary to be updated
- Returns:
Updated default dictionary
- Return type:
dict