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 curved-television-6568
11/30/2021, 1:20 PM# pants.toml
[cli.alias]
keep-tmpdirs = "--no-process-execution-local-cleanup"curved-television-6568
11/30/2021, 1:21 PM$ alias pants-dbg="./pants --no-process-execution-local-cleanup"
(at least in a bash shell..)curved-television-6568
11/30/2021, 1:22 PM-..happy-kitchen-89482
11/30/2021, 1:39 PMhundreds-father-404
11/30/2021, 2:21 PMhundreds-father-404
12/01/2021, 4:38 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 optionshundreds-father-404
12/01/2021, 4:59 PMcurved-television-6568
12/01/2021, 5:09 PMcurved-television-6568
12/01/2021, 5:10 PMhundreds-father-404
12/01/2021, 7:21 PM