mirror of
https://github.com/onyx-and-iris/obsws-cli.git
synced 2026-04-18 15:03:44 +00:00
add output to scene switch command
add unit test patch bump
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# SPDX-FileCopyrightText: 2025-present onyx-and-iris <code@onyxandiris.online>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
__version__ = "0.10.4"
|
||||
__version__ = "0.10.5"
|
||||
|
||||
@@ -65,5 +65,7 @@ def switch(
|
||||
|
||||
if preview:
|
||||
ctx.obj.set_current_preview_scene(scene_name)
|
||||
typer.echo(f'Switched to preview scene: {scene_name}')
|
||||
else:
|
||||
ctx.obj.set_current_program_scene(scene_name)
|
||||
typer.echo(f'Switched to program scene: {scene_name}')
|
||||
|
||||
Reference in New Issue
Block a user