[][src]Module feembox::options

This module contains the configuration of the application.

All options are passed individually to each function and are not bundled together.

Examples

let options = Options::parse();
if options.verbosity >= Verbosity::Human {
    println!("{} -> {}", options.feed.0, options.maildir.0);
}

Structs

Options

Representation of the application's all configurable values.

Enums

Verbosity

Verbosity level to print to stdout