How do I suppress the output of shell options in Windows? #583
Replies: 2 comments
-
I am not a "Windows person" as I usually use ZSH under WSL, so I do not know if I can fix this on the windows cmd.exe side. I can not use WSL anymore because our corp network has blocked requests from anything but the host machine. I can not even proxy it thru a local host proxy :-( so I am forced to test under cmd.exe in Windows native, much sadness ensues. Thanks for the response to the last issue I opened, you closed the comments so I could not thank you properly. So "Thank You" that works perfectly! So many levels of encoding it is hard to tell what is going on where. |
Beta Was this translation helpful? Give feedback.
-
I have tried replacing/removing the following default and I can not seem to override it in Windows.
I tried both the cli argument and the embedded in the top of the script to use ContextI know Windows is not really the primary target for |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Expected Behavior
the blob of JSON that is returned from the curl command just like if I ran it outsize ZX
{<this is the data as expected}
Actual Behavior
the blob of JSON that is returned from the curl command just like if I ran it outside ZX with all these shell options tacked onto the end.
Steps to Reproduce the Problem
Specifications
Beta Was this translation helpful? Give feedback.
All reactions