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