Struct man::Manual[][src]

pub struct Manual { /* fields omitted */ }

Man page struct.

Methods

impl Manual
[src]

Create a new instance.

Add a description.

Add an author.

Add an environment variable.

Add an flag.

Add an option.

Add a positional argument. The items are displayed in the order they're pushed.

Render to a string.

Trait Implementations

impl Debug for Manual
[src]

Formats the value using the given formatter. Read more

impl Clone for Manual
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Manual

impl Sync for Manual