modern-wolf-36228
11/30/2021, 12:50 PM--no-process-execution-local-cleanup
-> -n
? 😗curved-television-6568
11/30/2021, 12:58 PMpants.toml
# pants.toml
[cli.alias]
keep-tmpdirs = "--no-process-execution-local-cleanup"
$ alias pants-dbg="./pants --no-process-execution-local-cleanup"
(at least in a bash shell..)-
..happy-kitchen-89482
11/30/2021, 1:39 PMhundreds-father-404
11/30/2021, 2:21 PM--no-local-cache
instead of --no-process-execution-local-cache
imocurved-television-6568
12/01/2021, 4:55 PM--no-process-cache
? otherwise there’s no symmetry in what parts are dropped from the existing flags.. 😉hundreds-father-404
12/01/2021, 4:59 PM--remote-cache-{read,write}
, so it's important that we distinguish between local vs remote here. Whereas with "cleanup", I don't think that's very relevant to disambiguate
We could say --no-process-local-cache
. But that's more verbose and we don't include process
with the --remote
optionscurved-television-6568
12/01/2021, 5:09 PMhundreds-father-404
12/01/2021, 7:21 PM