mirror of
https://github.com/casey/just.git
synced 2024-11-22 10:26:26 +03:00
Change version of which function to master branch
This commit is contained in:
parent
6fb2400859
commit
f1980b5150
@ -1597,7 +1597,7 @@ $ just
|
|||||||
name `key`, returning `default` if it is not present.
|
name `key`, returning `default` if it is not present.
|
||||||
- `env(key)`<sup>1.15.0</sup> — Alias for `env_var(key)`.
|
- `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)`.
|
- `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.
|
to the `PATH`. Returns an empty string if no executable named `exe` exists.
|
||||||
|
|
||||||
```just
|
```just
|
||||||
|
Loading…
Reference in New Issue
Block a user