pub fn docs_cmd(
provider: &dyn DescriptorProvider,
output: Option<PathBuf>,
workspace: Option<PathBuf>,
) -> ExitCodeExpand description
djogi docs entry point.
output defaults to target/djogi-docs/ under the workspace. The
per-model files are written into <output>/<app>/<Model>.md and a
top-level <output>/README.md indexes them.