Skip to content

How to use array env variables #734

Answered by sagiegurari
ModProg asked this question in Q&A
Discussion options

You must be logged in to vote

BASIC = ["hi", "ho"] is converted to "hi;no" so using it as is, will result in that.
there isn't really a thing called env value as an array in the OS so its a masking done by cargo-make.
however, cargo-make can't later on decide if its an array or a string.
so, thats why i wrote split function in the first place.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ModProg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants