mirror of
https://github.com/onyx-and-iris/obsws-cli.git
synced 2026-04-07 09:33:38 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c7b60ecaf9 | |||
| a05fce26f2 |
@@ -1,4 +1,4 @@
|
||||
# SPDX-FileCopyrightText: 2025-present onyx-and-iris <code@onyxandiris.online>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
__version__ = '0.24.2'
|
||||
__version__ = '0.24.3'
|
||||
|
||||
@@ -24,6 +24,8 @@ class RootTyperAliasGroup(typer.core.TyperGroup):
|
||||
cmd_name = 'hotkey'
|
||||
case 'i':
|
||||
cmd_name = 'input'
|
||||
case 'm':
|
||||
cmd_name = 'media'
|
||||
case 'prf':
|
||||
cmd_name = 'profile'
|
||||
case 'prj':
|
||||
@@ -32,6 +34,8 @@ class RootTyperAliasGroup(typer.core.TyperGroup):
|
||||
cmd_name = 'record'
|
||||
case 'rb':
|
||||
cmd_name = 'replaybuffer'
|
||||
case 'set':
|
||||
cmd_name = 'settings'
|
||||
case 'sc':
|
||||
cmd_name = 'scene'
|
||||
case 'scc':
|
||||
|
||||
Reference in New Issue
Block a user