docs: fix README prompt→inform, update logs default to 20

This commit is contained in:
Helios Agent 2026-03-06 03:14:49 +01:00
parent af0b6b5ddb
commit 5a15126a6a
No known key found for this signature in database
GPG key ID: C8259547CD8309B5

View file

@ -55,15 +55,15 @@ remote windows <device> # list visible windows
remote focus <device> <window_label> # focus a window
remote maximize <device> <window_label> # maximize and focus a window
remote minimize-all <device> # minimize all windows
remote prompt <device> "Please click Save" # show MessageBox, blocks until user confirms
remote prompt <device> "message" --title "Title" # with custom dialog title
remote inform <device> "Something happened" # notify user (fire-and-forget, no response)
remote inform <device> "message" --title "Title" # with custom dialog title
remote run <device> <program> [args...] # launch program (fire-and-forget)
remote clipboard-get <device> # get clipboard text
remote clipboard-set <device> <text> # set clipboard text
remote upload <device> <local> <remote> # upload file to device
remote download <device> <remote> <local> # download file from device
remote version <device> # compare relay/helios/client commits
remote logs <device> # fetch last 100 lines of client log
remote logs <device> # fetch last 20 lines of client log (default)
remote logs <device> --lines 200 # custom line count
```