1 2 3 4 5 6
use std::process::ExitCode; fn main() -> ExitCode { human_panic::setup_panic!(); whisper_macos_cli::run() }