Module man::prelude[][src]

Convenience wrapper to import all the essential structs.

extern crate man;

use man::prelude::*;

fn main () {
  let msg = Man::new("my-app").render();
}

Structs

Arg
Author

An author entry.

Env

Command line environment variable representation.

Flag

Command line flag representation.

Manual

Man page struct.

Opt

Option