Skip to content

Commit

Permalink
Remove --unstable from fallback example in readme (#1502)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey authored Jan 12, 2023
1 parent d499227 commit 5e5583d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2214,7 +2214,7 @@ default:

The `--dump` command can be used with `--dump-format json` to print a JSON representation of a `justfile`. The JSON format is currently unstable, so the `--unstable` flag is required.

### Falling back to parent `justfile`s
### Fallback to parent `justfile`s

If a recipe is not found in a `justfile` and the `fallback` setting is set,
`just` will look for `justfile`s in the parent directory and up, until it
Expand All @@ -2237,7 +2237,7 @@ bar:
```

```sh
$ just --unstable bar
$ just bar
Trying ../justfile
echo bar
bar
Expand Down

0 comments on commit 5e5583d

Please sign in to comment.