summaryrefslogtreecommitdiffstats
path: root/vendor/mdbook/src/cmd/mod.rs
blob: b21979b276bfa5249c6c98eb2d9ae23b3bf83426 (plain)
1
2
3
4
5
6
7
8
9
10
11
//! Subcommand modules for the `mdbook` binary.

pub mod build;
pub mod clean;
pub mod command_prelude;
pub mod init;
#[cfg(feature = "serve")]
pub mod serve;
pub mod test;
#[cfg(feature = "watch")]
pub mod watch;