Fairly straightforward question, but I can't seem to find if this is an option in their command line help. Is there anyway to output the contents of the dependency walker directly to the console?
Yes, I'm aware that you can specify it to output to a file and then I can parse the file, however that takes a bunch of time that I would rather avoid.
I'm not necessarily worried about how "ugly" it looks in the console. I can programmatically search what I want from the output pretty quickly, just need to know if this is possible.
Thanks in advance if you can offer any advice!