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

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