docs: fix README prompt→inform, update logs default to 20
This commit is contained in:
parent
af0b6b5ddb
commit
5a15126a6a
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue