Skip to content

Commit

Permalink
Docs(README): Add new docs for --dry-run
Browse files Browse the repository at this point in the history
Forgotten before closing #26.

Signed-off-by: Paul Mabileau <[email protected]>
  • Loading branch information
PaulDance committed Dec 25, 2024
1 parent 1a92aa5 commit 36abffd
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,8 @@ package-name-2 = "version-req-2"
skip-check = true
no-fail-fast = false
force = true
binstall = false
dry-run = false
binstall = true
```

where:
Expand Down Expand Up @@ -358,6 +359,8 @@ where:
that, when `true`, enables the `--no-fail-fast` flag by default.
* `force` (optional, `cargo-binstall`-compatible: yes): boolean that,
when `true`, enables the `--force` flag by default.
* `dry-run` (optional, `cargo-binstall`-compatible: yes): boolean that,
when `true`, enables the `--dry-run` flag by default.
* `binstall` (optional, `cargo-binstall`-compatible: yes): choice
enumeration that, when set to a supported value, controls the use of
the optional tool. This is the global configuration equivalent of the
Expand Down

0 comments on commit 36abffd

Please sign in to comment.