mirror of
https://github.com/onyx-and-iris/obsws-cli.git
synced 2026-04-18 15:03:44 +00:00
add filter commands
This commit is contained in:
@@ -6,6 +6,7 @@ import obsws_python as obsws
|
||||
import typer
|
||||
|
||||
from . import (
|
||||
filter,
|
||||
group,
|
||||
hotkey,
|
||||
input,
|
||||
@@ -24,6 +25,7 @@ from .alias import AliasGroup
|
||||
|
||||
app = typer.Typer(cls=AliasGroup)
|
||||
for module in (
|
||||
filter,
|
||||
group,
|
||||
hotkey,
|
||||
input,
|
||||
|
||||
Reference in New Issue
Block a user