fix(clay): clear error for native Windows instead of generic OS failure#12
fix(clay): clear error for native Windows instead of generic OS failure#12GirishVerm wants to merge 1 commit into
Conversation
Git Bash/MSYS/Cygwin report uname -s as MINGW64_NT-*, MSYS_NT-*, or CYGWIN_NT-*, which fell through to the generic "unsupported OS" error. No Windows CLI binary is published yet, so point users at WSL instead. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
|
Context for this PR: it addresses #9 (native Windows support for the Scope: Change: Tested by shadowing Issue #9 stays open to track actual native Windows binary support as the larger ask. |
Git Bash/MSYS/Cygwin report uname -s as MINGW64_NT-, MSYS_NT-, or CYGWIN_NT-*, which fell through to the generic "unsupported OS" error. No Windows CLI binary is published yet, so point users at WSL instead.