Skip to content

Commit 23e53bd

Browse files
Update README.md
1 parent e24f73f commit 23e53bd

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ WebServerAI is an innovative project that integrates advanced tools such as CTE
1919
### Table of Contents
2020
* [What the AI has](#what-the-ai-has)
2121
* [CTE - Cursor-Targeting Element](#cte)
22+
* [WSA Commands](#webserverai-commands)
2223
* [Languages](#languages)
2324
* [Available Languages](#available-languages)
2425
* [Adding Languages](#adding-languages)
@@ -66,6 +67,24 @@ If you hold `CTRL+Click` you'll get something like this:
6667

6768
![CTE-Click](https://github.com/XHiddenProjects/WebServerAI/blob/master/extras/cte-click.png?raw=true)
6869

70+
### WebServerAI commands
71+
72+
Here are some commands you can enter inside the AI, but must always start with `wsa`
73+
74+
* Clear - _Clears the history number of the panel or all history_
75+
76+
`wsa --clear` or `wsa --clear:{number}`
77+
* Preview - _Previews the page, TRUE/Null preview is active, FALSE if not_
78+
79+
`wsa --preview (true|false)?`
80+
* Info - Returns the AI information
81+
82+
`wsa --info`
83+
* Connect - Connect to a different URL/path
84+
85+
`wsa --connect {url/path}`
86+
* help - Returns all commands and parameters
87+
`wsa --help`
6988

7089
## Languages
7190

0 commit comments

Comments
 (0)