withOutput method
Creates options with custom output function.
Implementation
ProgramOptions withOutput(void Function(String) output) =>
copyWith(output: output);
Creates options with custom output function.
ProgramOptions withOutput(void Function(String) output) =>
copyWith(output: output);