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.
The documentation mentions integration with
inquirer
: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.