Open brupelo opened 1 year ago
If you have enabled rich support in Typer, you can do this by adding a rich rich_help_panel parameter to your app.command
calls. See the example in the link
I think this "issue" can be closed, the answer is straightforward (as per the link to the manual shared above).
First Check
Commit to Help
Example Code
Description
Hi, first of all let me tell you I've only been using typer for 20min and I love it, this is a really modern, powerful and very intuitive python package, so congrats about that :)
I've got a question:
kubectl --help
cli in a way that if runpython my_typer_cli.py --help
I'd be able to see all my commands grouped by categories. How can I achieve a similar behaviour using typer?Pasting the kubectl output:
Operating System
Windows
Operating System Details
Windows 10 pro
Typer Version
0.7.0
Python Version
Python 3.10.1
Additional Context
No response