From 79594338a584f727deec70381be96cfab7108b50 Mon Sep 17 00:00:00 2001 From: Paul Mabileau Date: Wed, 14 Aug 2024 00:51:58 +0200 Subject: [PATCH] Docs(README): Add docs for config no-fail-fast Signed-off-by: Paul Mabileau --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 143ce5c..a156f3c 100644 --- a/README.md +++ b/README.md @@ -248,6 +248,14 @@ where: concerned package will be. It can be used in order to get the best out of both modes of execution: if a package reveals problematic somehow, the option can be used for it while the other packages remain as-is. + * `no-fail-fast` (optional): boolean that, when `true`, makes the operation + proceed as though `--no-fail-fast` was given, but only for the associated + package: in case of an error of the call to `cargo install` for it, the + operation will not stop here and continue on with the next package, but if + the next package does not have the option set in its configuration and fails + to install somehow, the operation will still abruptly fail there. The CLI + option keeps the priority: if set, it is as though the configuration option + was set for all listed packages. with the following constraints, mostly enforced by Cargo, but also by TOML: * `package-name-*` must be a valid [package name], i.e. match