README: Update descrption for ssh-options

This commit is contained in:
HAYAMA Kaoru
2025-08-16 19:20:17 +09:00
parent 97da1a8af7
commit 7f69c99306
+3 -1
View File
@@ -11,12 +11,14 @@ Lispect
**example.lsp** **example.lsp**
$ `lispect example.lsp USERNAME@DOMAIN PASSWORD` $ `lispect example.lsp {SSH-OPTIONS} USERNAME@DOMAIN PASSWORD`
→ login `USERNAME@DOMAIN` with `ssh` and input `PASSWORD` automatically → login `USERNAME@DOMAIN` with `ssh` and input `PASSWORD` automatically
> [!NOTE] > [!NOTE]
> Some variable names have been updated for compatibility with recent versions of gmnlisp, but the old names remain available for now. > Some variable names have been updated for compatibility with recent versions of gmnlisp, but the old names remain available for now.
`lispect ./example.lsp -p 2222 username@127.0.0.1 yourpassword`
```example.lsp ```example.lsp
(block main (block main
(if (< (length *argv*) 2) (if (< (length *argv*) 2)