mdbook/guide/src/cli
Eric Huss c177081104 Change CLI dest-dir to be relative to the current directory
This changes the `--dest-dir` flag so that it is relative to the current
directory, not the book root. This has been a source of confusion for
several people.

Fixes https://github.com/rust-lang/mdBook/issues/698
2025-08-18 16:28:08 -07:00
..
arg-watcher.md Fix --watcher markdown header. 2024-05-13 13:51:04 -07:00
build.md Change CLI dest-dir to be relative to the current directory 2025-08-18 16:28:08 -07:00
clean.md Change CLI dest-dir to be relative to the current directory 2025-08-18 16:28:08 -07:00
completions.md Add oh-my-zsh quick exemple to shell completions 2023-07-08 13:48:51 +02:00
init.md docs: Switch the guide to use smart punctuation. 2024-05-13 13:43:04 -07:00
README.md Use consistent sentence case for section headers 2025-08-16 14:59:05 -07:00
serve.md Change CLI dest-dir to be relative to the current directory 2025-08-18 16:28:08 -07:00
test.md Remove test --dest-dir 2025-08-18 16:15:18 -07:00
watch.md Change CLI dest-dir to be relative to the current directory 2025-08-18 16:28:08 -07:00

Command-line tool

The mdbook command-line tool is used to create and build books. After you have installed mdbook, you can run the mdbook help command in your terminal to view the available commands.

This following sections provide in-depth information on the different commands available.