"xbutil examine" with "-f" and no "-o" should output the result in STDOUT in the specified format.
Open
@uday610 is already working on this.
Since Dec 2, 2021.
- Dominant language
- C++
- Stars
- 686
- Forks
- 549
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 70
Description
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.