Added helper functions alongside their unit tests

This commit is contained in:
2025-09-03 23:25:27 +02:00
parent 343d1d2f93
commit 7aafaa41ed
13 changed files with 978 additions and 993 deletions

View File

@@ -12,6 +12,7 @@ server_app.command("check")(server.check)
audio_app.command("list")(audio.list_devices)
audio_app.command("test")(audio.test_device)
audio_app.command("config")(audio.config_info)
audio_app.command("install")(audio.install)
# Register subcommands
app.add_typer(server_app, name="server")