withoutSignalHandlers method

ProgramOptions withoutSignalHandlers()

Creates options with signal handlers disabled.

The program will not install SIGINT or SIGWINCH handlers.

Implementation

ProgramOptions withoutSignalHandlers() => copyWith(signalHandlers: false);