mirror of
https://github.com/onyx-and-iris/slobs-cli.git
synced 2026-04-18 06:53:39 +00:00
add shell completion scripts
add Shell Completion section to README add pdm script completion add pre-commit config
This commit is contained in:
@@ -2,7 +2,12 @@
|
||||
name = "slobs-cli"
|
||||
description = "A command line application for Streamlabs Desktop"
|
||||
authors = [{ name = "onyx-and-iris", email = "code@onyxandiris.online" }]
|
||||
dependencies = ["pyslobs>=2.0.5", "asyncclick>=8.1.8", "rich>=14.0.0", "anyio>=4.12.0"]
|
||||
dependencies = [
|
||||
"pyslobs>=2.0.5",
|
||||
"asyncclick>=8.1.8",
|
||||
"rich>=14.0.0",
|
||||
"anyio>=4.12.0",
|
||||
]
|
||||
requires-python = ">=3.11"
|
||||
readme = "README.md"
|
||||
license = { text = "MIT" }
|
||||
@@ -36,6 +41,8 @@ test.keep_going = true
|
||||
fmt.cmd = "ruff format {args}"
|
||||
post_fmt.cmd = "ruff check {args}"
|
||||
|
||||
completion.cmd = "task generate-completion-scripts"
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"tox-pdm>=0.7.2",
|
||||
|
||||
Reference in New Issue
Block a user