mirror of
https://github.com/wavetermdev/waveterm
synced 2026-05-23 16:58:30 +00:00
Add FAQ for WSH outside of Wave (#1558)
Adds FAQ explaining that WSH doesn't work outside of Wave
This commit is contained in:
parent
410c01cae3
commit
cc6da28032
1 changed files with 4 additions and 0 deletions
|
|
@ -30,3 +30,7 @@ Just remember in JSON, backslashes need to be escaped. So add this to your [sett
|
|||
```json
|
||||
"term:localshellpath": "C:\\Program Files\\Git\\bin\\bash.exe"
|
||||
```
|
||||
|
||||
### Can I use WSH outside of Wave?
|
||||
|
||||
`wsh` is an internal CLI for extending control over Wave to the command line, you can learn more about it [here](./wsh). To prevent misuse by other applications, `wsh` requires an access token provided by Wave to work and will not function outside of the app.
|
||||
|
|
|
|||
Loading…
Reference in a new issue