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