when you are calling your cli as a module which has a `__main__.py` entrypoint your help output shows like this: ``` Usage: __main__.py [Arguments] [Options] ``` which is not very descriptive. An alternative is preferred. I don't know how click/typer/argparse manage this, but it could serve as inspiration.
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by sander76 and has received 0 comments.