(args: &[String])
| 18 | } |
| 19 | |
| 20 | pub(crate) fn print_help_and_exit(args: &[String]) -> ! { |
| 21 | println!("{}", help_text_for_args(args)); |
| 22 | process::exit(0); |
| 23 | } |
| 24 | |
| 25 | #[cfg(test)] |
| 26 | pub(crate) fn help_text() -> String { |
no outgoing calls
no test coverage detected