rebuild schema and remove unsed command from justfile

This commit is contained in:
pc
2026-04-23 14:32:07 +08:00
parent 8199c6ad3f
commit 8e0225e826
2 changed files with 1 additions and 11 deletions

View File

@@ -46,16 +46,6 @@ clean-all:
just clean-out-and-log
just clean-pycache
[group("dev")]
[doc("invoke ipython with u2")]
debug-u2:
uvx --with uiautomator2 --with .packages/glrocky_sdk-0.1.2-py3-none-any.whl --directory . ipython
[group("dev")]
[doc("show android ui")]
debug-ui:
uvx uiviewer
[group("dev")]
[doc("start test executor server,from glrocky framework")]
debug-srv: