pallets / click

Python composable command line interface toolkit

Home Page:https://click.palletsprojects.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

calling with no args should print help

dashdanw opened this issue · comments

when args are not supplied we could catch an exception and print help instead of raising it

This is already possible and documented.