@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.
package/dist/init.cjs CHANGED
@@ -2710,6 +2710,8 @@ async function init(flow, opts = {}) {
2710
2710
  }
2711
2711
  if (process.exitCode && process.exitCode !== 0) {
2712
2712
  process.exit(process.exitCode);
2713
+ } else if (stop) {
2714
+ process.exit(0);
2713
2715
  }
2714
2716
  }
2715
2717
  }