Skip to main content

run_from_args

Function run_from_args 

Source
pub async fn run_from_args<I, T>(args: I) -> !
where I: IntoIterator<Item = T>, T: Into<OsString> + Clone,
Expand description

Parse argv and run — used by the deepseek-runtime binary.