limited-country-20626
01/02/2018, 4:52 PMmateo-2:pants mateo$ ./pants options --scope=cache
<snip>
cache.read = True (from HARDCODED)
cache.read_from = ['/Users/mateo/dev/pants/my_aunt_betty'] (from CONFIG in pants.ini)
<snip>
cache.write_to = ['/Users/mateo/dev/pants/my_aunt_betty'] (from CONFIG in pants.ini)
cache.apk.read_from = ['/Users/mateo/dev/pants/.cache'] (from HARDCODED)
cache.apk.write_to = ['/Users/mateo/dev/pants/.cache'] (from HARDCODED)
cache.bash-completion.read_from = ['/Users/mateo/dev/pants/.cache'] (from HARDCODED)
cache.bash-completion.write_to = ['/Users/mateo/dev/pants/.cache'] (from HARDCODED)
cache.bench.read_from = ['/Users/mateo/dev/pants/.cache'] (from HARDCODED)
cache.bench.write_to = ['/Users/mateo/dev/pants/.cache'] (from HARDCODED)
<etc>