From 5c9bc3e55139b59fe397a2a1a9aeb74e628aa499 Mon Sep 17 00:00:00 2001 From: Jacob van Lingen Date: Mon, 14 Apr 2025 10:36:35 +0200 Subject: [PATCH] Update parallelism.md --- .../user-documentation/moderne-cli/how-to-guides/parallelism.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-documentation/moderne-cli/how-to-guides/parallelism.md b/docs/user-documentation/moderne-cli/how-to-guides/parallelism.md index b04e3a49..db00260c 100644 --- a/docs/user-documentation/moderne-cli/how-to-guides/parallelism.md +++ b/docs/user-documentation/moderne-cli/how-to-guides/parallelism.md @@ -7,7 +7,7 @@ description: How to speed up the Moderne CLI with parallelism. Depending on the number of repositories you have, it can take a long time to clone the repositories or run recipes against them. -To help improve this experience, we've introduced a `--parallel` flag on a variety of commands in the CLI. Adding this option to the end of a supported command will allow you to configure how many threads the command should use. By default, this option is automatically enabled for some commands without the need to explicitly setting the `--parallel` flag (see [below](#Defaults)). More threads dedicated to the command will result in significant speed improvements. +To help improve this experience, we've introduced a `--parallel` flag on a variety of commands in the CLI. Adding this option to the end of a supported command will allow you to configure how many threads the command should use. By default, this option is automatically enabled for some commands without the need to explicitly setting the `--parallel` flag (see [below](#defaults)). More threads dedicated to the command will result in significant speed improvements. ## `--parallel` flag options