```rust pub fn call_main_without_stdin<Flags: Decodable>( exec: fn(Flags, &Config) -> CliResult, config: &Config, usage: &str, args: &[String], options_first: bool) -> CliResult ``` This may be blocked on https://github.com/docopt/docopt.rs/issues/128 unless we replace docopt.