Skip to content

Commit

Permalink
Slightly improve ipc presence check
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavohenke committed Aug 13, 2024
1 parent cdfeead commit f502579
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bin/concurrently.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,13 @@ const args = yargs(argsBeforeSep)
type: 'boolean',
default: defaults.passthroughArguments,
},
teardown: {
describe:
'Clean up command(s) to execute before exiting concurrently. Might be specified multiple times.\n' +
"These aren't prefixed and they don't affect concurrently's exit code.",
type: 'string',
array: true,
},

// Kill others
'kill-others': {
Expand Down

0 comments on commit f502579

Please sign in to comment.