mirror of
https://github.com/onyx-and-iris/obsws-cli.git
synced 2026-04-18 06:53:38 +00:00
add hotkey sub typer
minor bump
This commit is contained in:
@@ -7,6 +7,7 @@ import typer
|
||||
|
||||
from . import (
|
||||
group,
|
||||
hotkey,
|
||||
input,
|
||||
profile,
|
||||
record,
|
||||
@@ -24,6 +25,7 @@ from .alias import AliasGroup
|
||||
app = typer.Typer(cls=AliasGroup)
|
||||
for module in (
|
||||
group,
|
||||
hotkey,
|
||||
input,
|
||||
profile,
|
||||
record,
|
||||
|
||||
Reference in New Issue
Block a user