$ npm install @forbeslindesay/interrogatorA collection of common interactive command line user interfaces
yarn add @forbeslindesay/interrogator
import * as interrogator from '@forbeslindesay/interrogator';
const answer = await interrogator.list('Pick an option', [
'a',
'b',
'c',
] as const);