@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.js CHANGED
@@ -2685,6 +2685,8 @@ async function init(flow, opts = {}) {
2685
2685
  }
2686
2686
  if (process.exitCode && process.exitCode !== 0) {
2687
2687
  process.exit(process.exitCode);
2688
+ } else if (stop) {
2689
+ process.exit(0);
2688
2690
  }
2689
2691
  }
2690
2692
  }