piccolo-orm / targ

Python CLI using type hints and docstrings.
https://targ.readthedocs.io/en/latest/index.html
MIT License
20 stars 2 forks source link

Support list arguments #24

Open dantownsend opened 1 year ago

dantownsend commented 1 year ago
def my_func(names: List[str]):
    ...