mattallty / Caporal.js

A full-featured framework for building command line applications (cli) with node.js
MIT License
3.44k stars 97 forks source link

Documentation for Inquirer integration? #216

Closed donmccurdy closed 2 years ago

donmccurdy commented 3 years ago

The documentation mentions integration with inquirer:

Integrates with inquirer to power up users interactions & UI

Is there documentation or an example available for how to do this? I'm finding that Inquirer's prompts are working out of the box, but trying to show its BottomBar for progress on long-running commands is not working for me, since I'm not sure how to pipe Caporal's logger output into the UI.

donmccurdy commented 2 years ago

It appears that using Inquirer prompts will just work out of the box, but Inquirer's BottomBar will not. I wasn't able to find a workaround for that.