1
1
mirror of https://github.com/casey/just.git synced 2024-11-22 02:09:44 +03:00

Change version of which function to master branch

This commit is contained in:
0xzhzh 2024-11-03 18:53:11 -08:00
parent 6fb2400859
commit f1980b5150

View File

@ -1597,7 +1597,7 @@ $ just
name `key`, returning `default` if it is not present.
- `env(key)`<sup>1.15.0</sup> — Alias for `env_var(key)`.
- `env(key, default)`<sup>1.15.0</sup> — Alias for `env_var_or_default(key, default)`.
- `which(exe)`<sup>1.37.0</sup> — Retrieves the full path of `exe` according
- `which(exe)`<sup>master</sup> — Retrieves the full path of `exe` according
to the `PATH`. Returns an empty string if no executable named `exe` exists.
```just