How to display commands grouped by category when running using --help
argument
#514
Open
7 tasks done
Labels
question
Question or problem
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
The text was updated successfully, but these errors were encountered: