You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guide/src/cli/test.md
-7Lines changed: 0 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,13 +54,6 @@ mdbook test my-book -L target/debug/deps/
54
54
See the `rustdoc` command-line [documentation](https://doc.rust-lang.org/rustdoc/command-line-arguments.html#-l--library-path-where-to-look-for-dependencies)
55
55
for more information.
56
56
57
-
#### `--dest-dir`
58
-
59
-
The `--dest-dir` (`-d`) option allows you to change the output directory for the
60
-
book. Relative paths are interpreted relative to the book's root directory. If
61
-
not specified it will default to the value of the `build.build-dir` key in
62
-
`book.toml`, or to `./book`.
63
-
64
57
#### `--chapter`
65
58
66
59
The `--chapter` (`-c`) option allows you to test a specific chapter of the
0 commit comments