Skip to content

Commit

Permalink
Edit readme
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Nov 16, 2023
1 parent f7e42c9 commit c6b15d2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1322,16 +1322,16 @@ Can be used with paths that are relative to the current directory, because
`[no-cd]` prevents `just` from changing the current directory when executing
`commit`.

### Requiring Confirmation for Recipes<sup>?</sup>
### Requiring Confirmation for Recipes<sup>master</sup>

`just` normally executes all recipes unless there is an error. The `[confirm]`
attribute allows recipes to be marked as requiring confirmation in the
terminal prior to running. This can be overridden by passing `--yes`, which
will automatically confirm any recipes marked by this attribute.
attribute allows recipes require confirmation in the terminal prior to running.
This can be overridden by passing `--yes` to `just`, which will automatically
confirm any recipes marked by this attribute.

Recipes dependent on a recipe that requires confirmation will not be run if the
relied upon recipe is not confirmed, as well as recipes passed after any recipe that
requires confirmation.
relied upon recipe is not confirmed, as well as recipes passed after any recipe
that requires confirmation.

```just
[confirm]
Expand Down

0 comments on commit c6b15d2

Please sign in to comment.