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
It would be really convenient to support joining multiple namespaces together when doing an exec. Right now, I either have to duplicate environment variables between namespaces or chain functions together..
envy exec A envy exec B envy exec C ....
Took a quick look at the code and it seemed like it would be pretty easy to support something like this by turning [namespace] into a comma separated list. Thoughts?
The text was updated successfully, but these errors were encountered:
It would be really convenient to support joining multiple namespaces together when doing an exec. Right now, I either have to duplicate environment variables between namespaces or chain functions together..
Took a quick look at the code and it seemed like it would be pretty easy to support something like this by turning
[namespace]
into a comma separated list. Thoughts?The text was updated successfully, but these errors were encountered: