Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Dec 31, 2023
1 parent e9a27c8 commit b615936
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2669,6 +2669,13 @@ $ just --unstable bar b
B
```

Or with path syntax:

```sh
$ just --unstable bar::b
B
```

If a module is named `foo`, just will search for the module file in `foo.just`,
`foo/mod.just`, `foo/justfile`, and `foo/.justfile`. In the latter two cases,
the module file may have any capitalization.
Expand Down

0 comments on commit b615936

Please sign in to comment.