withoutInterruptMsg method

ProgramOptions withoutInterruptMsg()

Creates options that send a Ctrl+C KeyMsg instead of InterruptMsg.

Use this when a model expects legacy key-based Ctrl+C handling.

Implementation

ProgramOptions withoutInterruptMsg() => copyWith(sendInterrupt: false);