Add FAQ for WSH outside of Wave (#1558)

Adds FAQ explaining that WSH doesn't work outside of Wave
This commit is contained in:
Evan Simkowitz 2024-12-18 08:14:27 -08:00 committed by GitHub
parent 410c01cae3
commit cc6da28032
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.