Show HN: Piou – Build beautiful command-line interfaces with type validation
github.comTo save clicks: it’s a Python command line argument parsing library. Looks kinda nice at a glance if you’re into Python. Ruby fans might check out Trollop instead.
Think trollop is now https://github.com/ManageIQ/optimist
Reminds me of Typer - from the creator of FastAPI:
My fav python cli tool is Fire. No need to even decorate your functions. There may be some limitations compared to Piou, I will have to explore that to find out.
Looks a little bit like picocli.