On current master: ``` mateo-2:pants mateo$ ./pant...
# general
l
On current master:
Copy code
mateo-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>