Added helper functions alongside their unit tests
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user