From cc6da280323964066a6b0ab5537e47092033a87c Mon Sep 17 00:00:00 2001 From: Evan Simkowitz Date: Wed, 18 Dec 2024 08:14:27 -0800 Subject: [PATCH] Add FAQ for WSH outside of Wave (#1558) Adds FAQ explaining that WSH doesn't work outside of Wave --- docs/docs/faq.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docs/faq.mdx b/docs/docs/faq.mdx index dac3754ed..d8b84a151 100644 --- a/docs/docs/faq.mdx +++ b/docs/docs/faq.mdx @@ -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.