pub fn run_with_args<I, S>(args: I) -> Result<(), Box<dyn Error>>where I: IntoIterator<Item = S>, S: Into<String>,
Runs the moine CLI dispatcher with explicit arguments.
moine