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

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