withoutInterruptMsg method
Creates options that send Ctrl+C KeyMsg instead of InterruptMsg on SIGINT.
Implementation
ProgramOptions withoutInterruptMsg() => copyWith(sendInterrupt: false);
Creates options that send Ctrl+C KeyMsg instead of InterruptMsg on SIGINT.
ProgramOptions withoutInterruptMsg() => copyWith(sendInterrupt: false);