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