Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 610 Bytes

interactive.md

File metadata and controls

9 lines (7 loc) · 610 Bytes

Interactive Printers

{% hint style="info" %} Interactive printers respond to user input. Similar to live printers, interactive printers can update their output. This allows the creation of interactive menus and queries. The Show() method shows the interactive prompt in the terminal. {% endhint %}

{% embed url="https://raw.githubusercontent.com/pterm/pterm/master/_examples/interactive_multiselect/demo/animation.svg" %} https://github.com/pterm/pterm/tree/master/_examples/interactive_multiselect {% endembed %}