withoutInput method

ProgramOptions withoutInput()

Creates options with custom input cleared.

Implementation

ProgramOptions withoutInput() => _copyClearingNullable(input: null);