mirror of
https://github.com/onyx-and-iris/obsws-cli.git
synced 2026-04-18 06:53:38 +00:00
implement settings command group
This commit is contained in:
@@ -30,6 +30,7 @@ for sub_typer in (
|
||||
'studiomode',
|
||||
'text',
|
||||
'virtualcam',
|
||||
'settings',
|
||||
):
|
||||
module = importlib.import_module(f'.{sub_typer}', package=__package__)
|
||||
app.add_typer(module.app, name=sub_typer)
|
||||
|
||||
Reference in New Issue
Block a user