Skip to content

Commit

Permalink
Docs(README): Add docs for config no-fail-fast
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Mabileau <[email protected]>
  • Loading branch information
PaulDance committed Aug 13, 2024
1 parent 614daec commit 7959433
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7959433

Please sign in to comment.