wip: refactor pt.21: 48 errors

This commit is contained in:
🪞👃🪞 2024-11-13 17:43:46 +01:00
parent 2188bccd63
commit b8708d6b2d
15 changed files with 313 additions and 355 deletions

View file

@ -2,6 +2,6 @@ use tek_core::clap::{self, Parser};
/// Application entrypoint.
pub fn main () -> Usually<()> {
Tui::run(JackClient::new("tek_transport")?.activate_with(TransportApp::run)?)?
Tui::run(JackClient::new("tek_transport")?.activate_with(TransportApp::try_from)?)?
Ok(())
}