accept notes via --play or -p

This commit is contained in:
2026-03-11 13:12:57 -06:00
parent 85b189fad2
commit 7524ca3192
2 changed files with 6 additions and 1 deletions

View File

@@ -13,6 +13,9 @@ pub struct Flags {
#[arg(long, default_value = "super_small_font.sf2")]
pub sound_font: String,
#[arg(short, long, default_value = "c 2e+")]
pub play: Option<String>,
}
impl Flags {