@nmakarov/cli-toolkit 0.73.0 → 0.75.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/index.cjs CHANGED
@@ -5634,6 +5634,7 @@ function setup(opts = {}) {
5634
5634
  const partialContext = {
5635
5635
  emitter: new import_events.EventEmitter(),
5636
5636
  isStop: () => false,
5637
+ isKill: () => false,
5637
5638
  cleanupFunctions: [],
5638
5639
  registerCleanup: (fn) => {
5639
5640
  partialContext.cleanupFunctions.push(fn);
@@ -5655,6 +5656,7 @@ function setup(opts = {}) {
5655
5656
  logger,
5656
5657
  emitter: partialContext.emitter,
5657
5658
  isStop: partialContext.isStop,
5659
+ isKill: partialContext.isKill,
5658
5660
  cleanupFunctions: partialContext.cleanupFunctions,
5659
5661
  registerCleanup: partialContext.registerCleanup,
5660
5662
  // For long-running scripts (servers): with --showUsedParams=top, print