mit_build_tools/manpage/
mod.rs

1//! Populate markdown with variables from the cli config
2
3pub use generate::generate;
4
5mod generate;
6
7mod formatters;