mirror of
https://github.com/onyx-and-iris/obsws-cli.git
synced 2025-08-05 11:31:44 +00:00
fix aliases
This commit is contained in:
parent
1ce832dfde
commit
93b066090b
@ -13,7 +13,7 @@ from .error import OBSWSCLIError
|
||||
app = App(name='sceneitem', help='Commands for controlling scene items in OBS.')
|
||||
|
||||
|
||||
@app.command('list | ls')
|
||||
@app.command(name=['list', 'ls'])
|
||||
def list_(
|
||||
scene_name: Annotated[
|
||||
Optional[str],
|
||||
|
Loading…
x
Reference in New Issue
Block a user