Skip to content

Commit 2b41fbe

Browse files
Add documentation for -o -
1 parent 5d72429 commit 2b41fbe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/doc/rustdoc/src/unstable-features.md

+3
Original file line numberDiff line numberDiff line change
@@ -515,6 +515,9 @@ pub fn no_documentation() {}
515515

516516
Note that the third item is the crate root, which in this case is undocumented.
517517

518+
If you want the JSON output to be displayed on `stdout` instead of having a file generated, you can
519+
use `-o -`.
520+
518521
### `-w`/`--output-format`: output format
519522

520523
`--output-format json` emits documentation in the experimental

0 commit comments

Comments
 (0)