add text command group

This commit is contained in:
2025-07-14 02:31:35 +01:00
parent 0c72a10fb7
commit 040a41daa7
3 changed files with 81 additions and 0 deletions

View File

@@ -44,6 +44,8 @@ class RootTyperAliasGroup(typer.core.TyperGroup):
cmd_name = 'stream'
case 'sm':
cmd_name = 'studiomode'
case 't':
cmd_name = 'text'
case 'vc':
cmd_name = 'virtualcam'
return super().get_command(ctx, cmd_name)