The help text for a Typer app (command category) is not displayed in the docs pages for the category. I.e. The config page does not display the contents of help defined in the code:
https://github.com/pederhan/harbor-cli/blob/f3a79a0db5c0907b4850dc0aa80abefc567fe8ba/harbor_cli/commands/api/harbor_config.py#L19-L23
The help text for a Typer app (command category) is not displayed in the docs pages for the category. I.e. The config page does not display the contents of
helpdefined in the code:https://github.com/pederhan/harbor-cli/blob/f3a79a0db5c0907b4850dc0aa80abefc567fe8ba/harbor_cli/commands/api/harbor_config.py#L19-L23