@nmakarov/cli-toolkit 0.53.0 → 0.55.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2696,6 +2696,8 @@ async function init(flow2, opts = {}) {
2696
2696
  }
2697
2697
  if (process.exitCode && process.exitCode !== 0) {
2698
2698
  process.exit(process.exitCode);
2699
+ } else if (stop) {
2700
+ process.exit(0);
2699
2701
  }
2700
2702
  }
2701
2703
  }