mirror of
https://github.com/onyx-and-iris/obsws-cli.git
synced 2026-04-07 09:33:38 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 70207c98a0 |
@@ -1,4 +1,4 @@
|
|||||||
# SPDX-FileCopyrightText: 2025-present onyx-and-iris <code@onyxandiris.online>
|
# SPDX-FileCopyrightText: 2025-present onyx-and-iris <code@onyxandiris.online>
|
||||||
#
|
#
|
||||||
# SPDX-License-Identifier: MIT
|
# SPDX-License-Identifier: MIT
|
||||||
__version__ = '0.24.9'
|
__version__ = '0.24.10'
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ app = typer.Typer()
|
|||||||
|
|
||||||
@app.callback()
|
@app.callback()
|
||||||
def main():
|
def main():
|
||||||
"""Control profiles in OBS."""
|
"""Control the replay buffer in OBS."""
|
||||||
|
|
||||||
|
|
||||||
@app.command('start')
|
@app.command('start')
|
||||||
|
|||||||
Reference in New Issue
Block a user