File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments