[][src]Function watchexec::cli::get_args_from

pub fn get_args_from<I, T>(from: I) -> Result<Args> where
    I: IntoIterator<Item = T>,
    T: Into<OsString> + Clone