add support for all UPower peripherals
C++ / fmt (pull_request) Successful in 3s
JS/TS / fmt (pull_request) Successful in 17s
JS/TS / lint (pull_request) Successful in 16s
Python / fmt (pull_request) Successful in 34s
Python / lint (pull_request) Successful in 35s
Python / typecheck (pull_request) Failing after 1m5s
C++ / build (pull_request) Successful in 1m36s
Python / test (pull_request) Successful in 1m26s
Rust / fmt (pull_request) Successful in 48s
Rust / build (pull_request) Successful in 1m41s
Rust / clippy (pull_request) Successful in 1m37s
Python / buildcheck (pull_request) Successful in 2m41s
C++ / clang-tidy (pull_request) Successful in 3m32s

This commit is contained in:
2026-07-13 00:48:05 +02:00
parent 8789d2d322
commit 4ee9bb3f12
5 changed files with 86 additions and 55 deletions
+1 -1
View File
@@ -9,12 +9,12 @@ from typer._completion_classes import completion_init
from typer._completion_shared import _get_shell_name, install
from zshell.subcommands import (
battery,
record,
scheme,
screenshot,
shell,
wallpaper,
battery,
)
app = typer.Typer(name="zshell-cli", add_completion=False)