Skip to content

Commit

Permalink
Docs(README): Add missing mention of no-fail-fast precedence
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 7959433 commit e906de9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,10 @@ where:
from the version check and the configuration's is partial as only the
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.
option can be used for it while the other packages remain as-is. The CLI
option keeps the priority: if set, any version checking step is still
entirely skipped, which should prove a bit more forceful than if the
configuration option was set for all listed packages.
* `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
Expand Down

0 comments on commit e906de9

Please sign in to comment.