mirror of
https://github.com/casey/just.git
synced 2024-12-18 07:21:34 +03:00
79c0994387
`env_var(key)` looks up the value of the environment variable with name `key`, aborting execution if it is not found. `env_var_or_default(key, default)` looks up the value of the environment variable with name `key`, returning `default` if it is not found. |
||
---|---|---|
.. | ||
integration.rs | ||
search.rs |