Env vars defined in [env]
section cannot be used in [tools]
configurations
#3782
Unanswered
bartsmykla
asked this question in
Troubleshooting and bug reports
Replies: 1 comment
-
I've got a much simpler example that doesn't work:
If I do something like
That will set the environment variable, but it defeats the purpose of having the version set in one place - also, why should a default be necessary? I'm definitely setting the variable above. It seems like the This should not have been moved out of Issues. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
Env vars defined earlier in the
[env]
section cannot be used in tools versions. This makes it impossible to dynamically define commands for fetching tool versions based on reusable env vars.To Reproduce
Expected behavior
The env var
CMD_FORMAT
should be usable in thetools
section to dynamically define commands, allowing reusable and concise configuration.mise doctor
outputBeta Was this translation helpful? Give feedback.
All reactions