@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.
@@ -2712,6 +2712,8 @@ async function init(flow2, opts = {}) {
2712
2712
  }
2713
2713
  if (process.exitCode && process.exitCode !== 0) {
2714
2714
  process.exit(process.exitCode);
2715
+ } else if (stop) {
2716
+ process.exit(0);
2715
2717
  }
2716
2718
  }
2717
2719
  }