Hi, what's the difference between using something ...
# general
r
Hi, what's the difference between using something like
backend_packages.add
vs
backend_packages
inside
pants.toml
? Or they are the same?
h
.add
will preserve the default Pants sets. For this particular option though, the default is
[]
, so there's no practical difference https://www.pantsbuild.org/docs/options#list-values
👍 1