withoutSignalHandlers method
Creates options with signal handlers disabled.
The program will not install SIGINT or SIGWINCH handlers.
Implementation
ProgramOptions withoutSignalHandlers() => copyWith(signalHandlers: false);
Creates options with signal handlers disabled.
The program will not install SIGINT or SIGWINCH handlers.
ProgramOptions withoutSignalHandlers() => copyWith(signalHandlers: false);