bustle / shep

A framework for building JavaScript Applications with AWS API Gateway and Lambda
MIT License
377 stars 27 forks source link

Yargs: invalid values #231

Closed chris-olszewski closed 7 years ago

chris-olszewski commented 7 years ago

Yargs 7 changed .choices() to implicitly require the option and validate the input even if none is given. So yargs throws an error on shep generate endpoint or similar commands before it can hit the inquirer interface.

May want to downgrade yargs until this issue gets resolved.