fix client command-line argument parsing

This commit is contained in:
cppla
2026-07-10 18:09:36 +08:00
parent 27e85c9bfd
commit 1512d2999b
5 changed files with 74 additions and 25 deletions
+1
View File
@@ -26,6 +26,7 @@ jobs:
- name: Check clients, WebUI and shell scripts
run: |
python3 -m py_compile clients/client-linux.py clients/client-psutil.py
python3 -m unittest clients/test_client_args.py
sh -n clients/entrypoint.sh
bash -n status.sh
node --check web/js/app.js