Skip to main content

Type Alias: ScannerCaseStyle

ScannerCaseStyle: "original" | "allow-kebab-for-camel"

Case style configuration for parsing route and flag names from the command line. Each value has the following behavior:

  • original - Only accepts exact matches.
  • allow-kebab-for-camel - In addition to exact matches, allows kebab-case input for camelCase.

Defined in

packages/core/src/config.ts:44