[Feature] Support referencing existing variable values directly without need for get_env_var
#623
Labels
enhancement
New feature or request
get_env_var
#623
Is your feature request related to a problem? Please describe.
Instead of need to do this:
I simply want to do this:
It is not convenient to use
get_env_var
every time you need to reference some existing variables.Describe the solution you'd like
Maybe
$var
,${var}
or something similar can be used to reference those?Describe alternatives you've considered
Besides keeping this as is (as worse alternative), I see no alternative.
Additional context
/
The text was updated successfully, but these errors were encountered: