In general, when is it possible to use the `.add` ...
# general
p
In general, when is it possible to use the
.add
feature for a list? I just ran into an issue where
.add
wasn't working in my
pants.ci.toml
for adding to the list of environment variables already defined in
pants.toml
in the case of
[docker].env_vars
🙌 1
2
h
It always works for list-typed options, but I think that option is dict-typed
p
I think it's a list of strings no?
But that's a bit of a tangent. You answered the original question, so thanks!
h
Oh maybe I'm wrong
b
What version are on?
h
You're right, it's a list
p
I'm on
2.11.0
h
so it should work!
Bad news if it isn't
b
@happy-kitchen-89482 When did your change go in, because I see this to on 2.11, so I suspect it was 2.12?
h
Ah, you're right
2.12 and up
🙏 2