From 5a15126a6a2034eb876a66c91fc2e6c4011f0b2f Mon Sep 17 00:00:00 2001 From: Helios Agent Date: Fri, 6 Mar 2026 03:14:49 +0100 Subject: [PATCH] =?UTF-8?q?docs:=20fix=20README=20prompt=E2=86=92inform,?= =?UTF-8?q?=20update=20logs=20default=20to=2020?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b7097bd..af7c40a 100644 --- a/README.md +++ b/README.md @@ -55,15 +55,15 @@ remote windows # list visible windows remote focus # focus a window remote maximize # maximize and focus a window remote minimize-all # minimize all windows -remote prompt "Please click Save" # show MessageBox, blocks until user confirms -remote prompt "message" --title "Title" # with custom dialog title +remote inform "Something happened" # notify user (fire-and-forget, no response) +remote inform "message" --title "Title" # with custom dialog title remote run [args...] # launch program (fire-and-forget) remote clipboard-get # get clipboard text remote clipboard-set # set clipboard text remote upload # upload file to device remote download # download file from device remote version # compare relay/helios/client commits -remote logs # fetch last 100 lines of client log +remote logs # fetch last 20 lines of client log (default) remote logs --lines 200 # custom line count ```