Skip to content

fix: Return non zero exits

Lucas Charles requested to merge return-non-zero-exits into main

What does this MR do?

Two minor changes to the default behavior:

  • Append --disable-version-check to CLI args to suppress unnecessary/noisy update message. This cannot be updated by users as we have a regular update cadence and if used by r2c for metrics, should already be reported with --enable-metrics.
  • Returns non-zero exit codes which were previously suppressed

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

Edited by Daniel Paul Searles

Merge request reports