Compare commits
No commits in common. "master" and "33-lazy-ssh-agent" have entirely different histories.
master
...
33-lazy-ss
10
src/main.rs
10
src/main.rs
@ -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>(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user