Is `pants dependencies --output-file=dependencies....
# general
s
Is
pants dependencies --output-file=dependencies.json --transitive ::
suppose to work with
--format=json
? Including
--format=json
just prints to stdout. Not a big deal because I can pipe the results to a file.
h
That kinda feels like a bug to me
Otherwise what's the point of
--output-file
Patches welcome!
1