MCPcopy Create free account
hub / github.com/BillyDM/Firewheel / Cli

Class Cli

examples/play_sample/src/main.rs:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11
12#[derive(clap::Parser)]
13struct Cli {
14 /// The path to the audio file to play
15 path: std::path::PathBuf,
16}
17
18fn main() {
19 tracing::subscriber::set_global_default(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected