Function generate_man

Source
pub fn generate_man<M: LoadManifest, W: Write, S: AsRef<Path>>(
    source: S,
    dest: W,
    manifest: M,
) -> Result<(), Error>
where Error: From<<M as LoadManifest>::Error>,
Expand description

Generates man page only.

This is useful outside build scripts.