Command group help from OpenAPI tags

Command groups now describe themselves in --help using prose from your spec. The first sentence of the attributed root-level tags[] description becomes the group’s short line in the parent command’s table, and the full description becomes its --help body. Override either with x-fern-groups.

openapi.yml
1x-fern-groups:
2 plants:
3 summary: Manage your greenhouse
4 description: Browse, water, and repot plants. Watering respects each plant's schedule.
Read the docs