XRT
XRT copied to clipboard
"xbutil examine" with "-f" and no "-o" should output the result in STDOUT in the specified format.
When no output file is specified, the output in STDOUT should be in the format specified by "-f".
For instance "xbutil examine -f JSON" should output the result in STDOUT in JSON format instead of "text" format.
This will be helpful when using the command in script, because it allow to not have to read an extra file each time.
If we plan to support this would be a major enhancement as we need to be consistent with all tools and their commands and subcommands. We will discuss this request for future release plan, and when we decide I will mark this issue with the XRT release version accordingly.