mirror of
https://github.com/onyx-and-iris/obsws-cli.git
synced 2025-08-06 20:01:45 +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 = App(name='sceneitem', help='Commands for controlling scene items in OBS.')
|
||||||
|
|
||||||
|
|
||||||
@app.command('list | ls')
|
@app.command(name=['list', 'ls'])
|
||||||
def list_(
|
def list_(
|
||||||
scene_name: Annotated[
|
scene_name: Annotated[
|
||||||
Optional[str],
|
Optional[str],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user