fix aliases

This commit is contained in:
onyx-and-iris 2025-07-24 03:49:31 +01:00
parent 1ce832dfde
commit 93b066090b

View File

@ -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],