Struct webkitten::optparse::RunConfiguration [] [src]

pub struct RunConfiguration {
    pub path: String,
    pub start_pages: Vec<String>,
    pub exit_status: Option<(i32, String)>,
}

The runtime configuration of an instance of a webkitten application

Fields

The configuration file path

Pages to open on initial load

The exit status, set if the application has completed execution