midi: add pgup/pgdn; cleanup

This commit is contained in:
🪞👃🪞 2025-04-27 16:33:00 +03:00
parent 22155f7acf
commit 397e71edee
15 changed files with 96 additions and 212 deletions

View file

@ -172,12 +172,9 @@ impl Cli {
/// CLI header
const HEADER: &'static str = r#"
"#;
"#;
#[cfg(test)] #[test] fn test_cli () {
use clap::CommandFactory;