Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Support the rich_help_panel param for typer apps #91

Open
taranlu-houzz opened this issue Oct 17, 2024 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@taranlu-houzz
Copy link

When adding options to a typer app, you can specify the rich_help_panel, which will group the options in the help output. It seems that trogon does not pick up this additional grouping and all options end up in the same Options section.

Here is a link to the typer docs for rich_help_panel: https://typer.tiangolo.com/tutorial/options/help/?h=rich_help_panel#cli-options-help-panels

@daneah
Copy link
Collaborator

daneah commented Oct 25, 2024

@taranlu-houzz Thanks for filing! Trogon was initially built to support Click applications; right now Trogon only very lightly supports Typer, in that there's a small wrapper so that Trogon can get the underlying Click app from the Typer app. I think we will need to solve #43 first before this can gain traction.

@daneah daneah added the enhancement New feature or request label Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants