withoutOutput method
Creates options with custom output cleared.
Implementation
ProgramOptions withoutOutput() => _copyClearingNullable(output: null);
Creates options with custom output cleared.
ProgramOptions withoutOutput() => _copyClearingNullable(output: null);