UNPKG

@pattern-lab/cli

Version:

Command-line interface (CLI) for the @pattern-lab/core.

13 lines (11 loc) 293 B
'use strict'; /** confirmSetup {Array} - Inquirer question to confirm selection */ const confirmSetup = [ { type: 'confirm', name: 'confirm', message: 'Are you happy with your choices? (Hit enter for YES)?', default: true, }, ]; module.exports = confirmSetup;