Skip to main content

run

Function run 

Source
pub fn run<I, S>(args: I) -> i32
where I: IntoIterator<Item = S>, S: Into<String>,
Expand description

Entry point used by the cordis binary: parse arguments, load dotenv, then supervise or run as the worker.