You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-m, --max-processes How many processes should run at once.
148
-
Exact number or a percent of CPUs available (for example "50%").
149
148
New processes only spawn after all restart tries
150
-
of a process. [string]
149
+
of a process.
150
+
Exact number or a percent of CPUs available (for
151
+
example "50%") [string]
151
152
-n, --names List of custom names to be used in prefix
152
153
template.
153
154
Example names: "main,browser,server" [string]
@@ -202,7 +203,7 @@ Prefix styling
202
203
in prefix. The option can be used to shorten the
203
204
prefix when it is set to "command"
204
205
[number] [default: 10]
205
-
-t, --timestamp-format Specify the timestamp in moment/date-fns format.
206
+
-t, --timestamp-format Specify the timestamp in Unicode LDML format.
206
207
[string] [default: "yyyy-MM-dd HH:mm:ss.SSS"]
207
208
208
209
Input handling
@@ -219,8 +220,9 @@ Killing other processes
219
220
-k, --kill-others Kill other processes if one exits or dies.[boolean]
220
221
--kill-others-on-fail Kill other processes if one exits with non zero
221
222
status code. [boolean]
222
-
--kill-signal Signal to send to other processes if one exits or dies.
223
-
(SIGTERM/SIGKILL, defaults to SIGTERM) [string]
223
+
--kill-signal, --ks Signal to send to other processes if one exits or
224
+
dies. (SIGTERM/SIGKILL, defaults to SIGTERM)
225
+
[string]
224
226
225
227
Restarting
226
228
--restart-tries How many times a process that died should restart.
@@ -346,7 +348,7 @@ For more details, visit https://github.com/open-cli-tools/concurrently
346
348
Anything else means all processes should exit successfully.
347
349
-`restartTries`: how many attempts to restart a process that dies will be made. Default: `0`.
348
350
-`restartDelay`: how many milliseconds to wait between process restarts. Default: `0`.
349
-
-`timestampFormat`: a [date-fns format](https://date-fns.org/v2.0.1/docs/format)
351
+
-`timestampFormat`: a [Unicode LDML format](https://www.unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table)
350
352
to use when prefixing with `time`. Default: `yyyy-MM-dd HH:mm:ss.ZZZ`
351
353
-`additionalArguments`: list of additional arguments passed that will get replaced in each command. If not defined, no argument replacing will happen.
0 commit comments