Arranger -> Arrangement; ArrangerStandalone -> Arranger

This commit is contained in:
🪞👃🪞 2024-10-06 03:14:24 +03:00
parent 11a66ee415
commit a6b08a3249
5 changed files with 166 additions and 165 deletions

View file

@ -1,8 +1,7 @@
//! Phrase editor.
include!("lib.rs");
pub fn main () -> Usually<()> { SequencerCli::parse().run() }
use tek_core::clap::{self, Parser};
pub fn main () -> Usually<()> { SequencerCli::parse().run() }
#[derive(Debug, Parser)]
#[command(version, about, long_about = None)]