withoutOutput method

ProgramOptions withoutOutput()

Creates options with custom output cleared.

Implementation

ProgramOptions withoutOutput() => _copyClearingNullable(output: null);