wip: samples table

This commit is contained in:
🪞👃🪞 2024-12-27 16:54:32 +01:00
parent 71f4194cdf
commit a9fb6fc17c
9 changed files with 103 additions and 74 deletions

View file

@ -42,3 +42,8 @@ impl SequencerCli {
Ok(())
}
}
#[test] fn verify_sequencer_cli () {
use clap::CommandFactory;
SequencerCli::command().debug_assert();
}