executorlib.standalone.interactive.backend.parse_arguments#
- executorlib.standalone.interactive.backend.parse_arguments(argument_lst: list[str]) dict[source]#
Simple function to parse command line arguments
- Parameters:
argument_lst (list) – list of arguments as strings
- Returns:
dictionary with the parsed arguments and their corresponding values
- Return type:
dict