You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Documentations says "The ordering of environment variables in cargo-make is not necessarily the same between definition and evaluation. cargo-make instead looks at the values and reorders variables depending on the variables they mention."
But, when I use notation "VAR = { source = ... }" or "VAR = { script = ... }" the order matters.
Describe The Bug
Documentations says "The ordering of environment variables in cargo-make is not necessarily the same between definition and evaluation. cargo-make instead looks at the values and reorders variables depending on the variables they mention."
But, when I use notation "VAR = { source = ... }" or "VAR = { script = ... }" the order matters.
To Reproduce
cargo make --makefile pg.toml echo
Output
But I expect output
The text was updated successfully, but these errors were encountered: