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