small question on the command line, the help text ...
# general
v
small question on the command line, the help text says:
``` [inputs] can be:
...
Any of the above with a
-
prefix to ignore the value, e.g. -path/to/ignore_me::```
https://www.pantsbuild.org/stable/docs/using-pants/command-line-help But if I call
pants list :: -path/to/ignore::
then pants parses the
-
as a new flag, not an input path:
Unknown flag -p in global context
Is that a known bug, and is there another general way to ignore paths from the command line?
h
This is a known bug, fixed in 2.24.2
👍 1