Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
begoon committed Dec 13, 2024
1 parent 6b8d582 commit 2087727
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1664,6 +1664,8 @@ $ 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)`.
- `env_var_with_value(key, default)` — Retrieves the environment variable with
name `key`, returning `default` if it is not present or its value is an empty string.

#### Invocation Information

Expand Down

0 comments on commit 2087727

Please sign in to comment.