review main module

This commit is contained in:
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 2026-01-17 00:24:52 +02:00
parent dcde588c7b
commit 2fe2cc47db
9 changed files with 1318 additions and 1406 deletions

View file

@ -1,5 +1,11 @@
use crate::*;
#[cfg(test)] #[test] fn test_cli () {
use clap::CommandFactory;
Cli::command().debug_assert();
//let jack = Jack::default();
}
#[cfg(test)] #[test] fn test_app () -> Usually<()> {
let mut app = App::default();
let _ = app.scene_add(None, None)?;