Progress.devNull constructor

Progress.devNull()

Use this progress to have both stdout and stderr output suppressed.

Implementation

Progress.devNull()
    : includeStdout = true,
      includeStderr = true;