Yargs Interactive Versions Save

Interactive support for yargs

v3.0.1

2 years ago

3.0.1 (2022-04-24)

Bug Fixes

  • yargs-interactive: fix interactive mode execution (bdef91b), closes #41

v3.0.0

4 years ago

3.0.0 (2019-08-28)

Features

BREAKING CHANGES

  • yargs: This upgrade could introduce several breaking changes with yargs

v2.2.0

4 years ago

2.2.0 (2019-08-27)

Features

v2.1.0

5 years ago

2.1.0 (2019-04-04)

Features

  • prompt: New if-no-arg prompt option (#17) (c91a74e)

v2.0.2

5 years ago

2.0.2 (2019-03-20)

Bug Fixes

  • interactive-mode: Fix filtering of options based on the prompt property (#14) (7f14f61)

v2.0.1

5 years ago

2.0.1 (2018-07-10)

Bug Fixes

  • interactive-mode: Pass choices directly to inquirer (fixes #10) (#11) (d1c6c30)

v2.0.0

6 years ago

2.0.0 (2018-05-05)

Features

  • prompt: Add the 'if-empty' value to the prompt option (closes #8) (#9) (2bf8ed6)

BREAKING CHANGES

  • prompt: this feature breaks the contract of the prompt property, changing it from a boolean to a string.

v1.1.1

6 years ago

1.1.1 (2018-03-03)

Bug Fixes

  • Simplified examples and documentation (8ab537e)

v1.1.0

6 years ago

1.1.0 (2018-01-15)

Features

  • interactive-mode: Support interactive as an option (#6) (41ef7b8)

v1.0.1

6 years ago

1.0.1 (2017-11-28)

Bug Fixes

  • npm: Change usage from a bin to a JS file (#5) (97a68ae)