Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ConfigurationValidator

Imperative-internal class to validate configuration You should not need to call this from your CLI.

Hierarchy

  • ConfigurationValidator

Index

Methods

Static validate

Static Private verifyChalkColor

  • verifyChalkColor(config: any, colorProperty: string, colorPropertyDescriptiveName: string): void
  • Private utility to validate a consumer's chalk color setting

    Parameters

    • config: any

      the config object from the consumer

    • colorProperty: string

      the property of the config object

    • colorPropertyDescriptiveName: string

      the display name of the color you're validating

    Returns void

Generated using TypeDoc