Function run_window

Source
pub fn run_window<I, S>(args: I) -> Result<()>
where I: IntoIterator<Item = S>, S: AsRef<str>,
Expand description

Run the e_window app with the given arguments (excluding program name).