Skip to main content

run_with_args

Function run_with_args 

Source
pub fn run_with_args<I, S>(args: I) -> Result<(), Box<dyn Error>>
where I: IntoIterator<Item = S>, S: Into<String>,
Expand description

Runs the moine CLI dispatcher with explicit arguments.