On this page

createColors(__namedParameters?): Colors
Attributes
__namedParameters:<ColorsOptions>
options
Returns:<Colors>
colors

getArguments(schema?): Flags
Attributes
a json schema to create arguments for (by default webpack schema is used)
Returns:
{Flags} object of arguments

isColorSupported(): boolean
Returns:<boolean>
true when colors supported, otherwise false

processArguments(args, config, values): void
  • args {Flags} object of arguments
  • config {ObjectConfiguration} configuration
  • values {Values} object with values
  • Returns: <null> | <Problem[]> problems or null for success