prdoclib/commands/
mod.rs

1//! The [prdoc](/prdoc) cli is an empty shell that is mostly gathering user input and passing it to
2//! the function implemented in this module.
3
4pub mod check;
5pub mod generate;
6pub mod load;
7pub mod scan;
8pub mod version;