Replies: 2 comments 2 replies
-
This has already been discussed at Silex/docker.el#169 and linked issues (and it wasn't pleasant). It has been a while, I know, and I haven't presented another solution still. But I haven't forgotten about this and will at some point look into it again. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Thanks. If I was a part of why this was not pleasant for you let me know. Ok, then I'll close these issues for now, I feel like they are open since too long. I'll ping you if someone does something toward implementing a solution for this use case. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Say you have some binary that allows to pass environement variables like this:
Right now I use the following definition:
Currently the workaround I found is that if one wants to pass multiple environnement vars, he types the first
-e
through transient, and for the value he inputsfoo=123 -e bar=456
.Did you face a similar situation? What is typically done?
For example maybe we could make a custom reader with a convention like when you type
foo=123,bar=456
, it would split on the comma and make the multiple-e
flags.From my understanding, #194 would not really help because the flag has to be passed each time.
Beta Was this translation helpful? Give feedback.
All reactions