UNPKG

create-nx-workspace

Version:

Smart Repos · Fast Builds

17 lines (16 loc) 588 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.yargsDecorator = void 0; const chalk = require("chalk"); exports.yargsDecorator = { 'Options:': `${chalk.green `Options`}:`, 'Examples:': `${chalk.green `Examples`}:`, boolean: `${chalk.blue `boolean`}`, count: `${chalk.blue `count`}`, string: `${chalk.blue `string`}`, array: `${chalk.blue `array`}`, required: `${chalk.blue `required`}`, 'default:': `${chalk.blue `default`}:`, 'choices:': `${chalk.blue `choices`}:`, 'aliases:': `${chalk.blue `aliases`}:`, };