mdBook/book-example/src/cli/test.md

10 lines
265 B
Markdown
Raw Normal View History

2015-12-30 06:58:56 +08:00
# The test command
Its nice to be able to ensure that examples in documentation are current.
mdBook supports a test command, which will use Rustdoc to test out examples:
```bash
$ mdbook test
[*]: Testing file: "/mdBook/book-example/src/README.md”
```