| 11 | |
| 12 | #[derive(clap::Parser)] |
| 13 | struct Cli { |
| 14 | /// The path to the audio file to play |
| 15 | path: std::path::PathBuf, |
| 16 | } |
| 17 | |
| 18 | fn main() { |
| 19 | tracing::subscriber::set_global_default( |
nothing calls this directly
no outgoing calls
no test coverage detected