Examples/Chained prompts

Chained prompts

Chains the one-shot prompts — promptSelect, then promptConfirm, then promptInput — each running its own Program, to build a quick scripted questionnaire without writing a model.

chained prompts · dart_tui
Chained prompts demo

Run it

bash
dart run example/prompts_chain.dart

Related