Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing documentation about [env] section #9296

Closed
flxo opened this issue Mar 24, 2021 · 1 comment
Closed

Missing documentation about [env] section #9296

flxo opened this issue Mar 24, 2021 · 1 comment
Labels
C-bug Category: bug

Comments

@flxo
Copy link

flxo commented Mar 24, 2021

Problem

With #9175 a new feature landed:

An [env] section in the cargo configuration to pass additional env variables to all program invocations does by cargo.

From the PR:

[env]
FOOBAR = "Apple"
PATH_TO_SOME_TOOL = { value = "bin/tool", relative = true }
USERNAME = { value = "test_user", force = true }

This information is missing in the Cargo Reference/Configuration section.

Possible Solution(s)

Add [env] to the Configuration format section and to the Configuration Keys

@flxo flxo added the C-bug Category: bug label Mar 24, 2021
@ehuss
Copy link
Contributor

ehuss commented Mar 30, 2021

Closing per #9297 (comment).

@ehuss ehuss closed this as completed Mar 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants