XRT icon indicating copy to clipboard operation
XRT copied to clipboard

"xbutil examine" with "-f" and no "-o" should output the result in STDOUT in the specified format.

Open ghost opened this issue 3 years ago • 1 comments

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.

ghost avatar Nov 30 '21 10:11 ghost

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.

uday610 avatar Dec 02 '21 01:12 uday610