[][src]Module dishub::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();
println!("Config directory: {}", options.config_dir.0);

Structs

Options

Representation of the application's all configurable values.

Enums

Subsystem

All possible subsystems, think cargo's or git's.