https://pantsbuild.org/ logo
f

fresh-architect-74417

02/27/2019, 9:48 PM
Copy code
./pants options --cache-read-from=['<http://www.google.com|www.google.com>'] |grep read_from
cache.read_from = ['/home/ahmed/repo/.cache'] (from HARDCODED)
cache.options.read_from = ['<http://www.google.com|www.google.com>'] (from FLAG)
Is the option cache.options.read_from suppresses cache.read_from option?
2 Views