Compare commits

..

No commits in common. "master" and "33-lazy-ssh-agent" have entirely different histories.

View File

@ -835,14 +835,8 @@ where
} }
} }
fn main() { fn main() -> Result<(), String> {
match Application::<Prod>::default().run() { Application::<Prod>::default().run()
Ok(_) => {}
Err(e) => {
eprintln!("{}", e);
std::process::exit(1);
}
}
} }
fn parse_server_configuration<F>( fn parse_server_configuration<F>(