zut.convert.get_func_params

zut.convert.get_func_params(func: Callable, args: Iterable[str]) tuple[tuple, dict]

Convert args (list of strings typically comming from the command line) into typed args and kwargs for func.