()
| 2 | use std::collections::BTreeSet; |
| 3 | |
| 4 | fn main() { |
| 5 | unsafe { |
| 6 | openssl_probe::init_openssl_env_vars(); |
| 7 | } |
| 8 | let return_code = _main(); |
| 9 | std::process::exit(return_code) |
| 10 | } |
| 11 | |
| 12 | fn _main() -> i32 { |
| 13 | let matches = crate::app::app().get_matches(); |