pants
pants copied to clipboard
`[GLOBAL].docker_execution` can't be passed on the CLI
Describe the bug
$ pants --docker-execution test ::
Unknown flag --execution on docker scope
Pants version 2.20
OS Linux
Additional info N/A.
I imagine this is a conflict with the pants.backend.docker backend? Can you confirm with a minimal reproducer?
Yes that is the case.
The confirmation is in the error message:
Unknown flag --execution on docker scope
The docker scope is from the docker subsystem.