withoutInterruptMsg method

ProgramOptions withoutInterruptMsg()

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

Implementation

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