Skip to main content

Type Alias: DisplayCaseStyle

DisplayCaseStyle: "original" | "convert-camel-to-kebab"

Case style configuration for displaying route and flag names in documentation text. Each value has the following behavior:

  • original - Displays the original names unchanged.
  • convert-camel-to-kebab - Converts all camelCase names to kebab-case in output. Only allowed if scannerCaseStyle is set to allow-kebab-for-camel.

Defined in

packages/core/src/config.ts:100