From abce9b86b9df2507da8448c77372165bd0cb89cf Mon Sep 17 00:00:00 2001 From: Angie Byron <332535+webchick@users.noreply.github.com> Date: Mon, 22 Dec 2025 12:24:01 -0800 Subject: [PATCH] Update script type choices with platform details --- src/specify_cli/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/specify_cli/__init__.py b/src/specify_cli/__init__.py index 1dedb31949..e9ff8458ad 100644 --- a/src/specify_cli/__init__.py +++ b/src/specify_cli/__init__.py @@ -228,7 +228,7 @@ def _format_rate_limit_error(status_code: int, headers: httpx.Headers, url: str) }, } -SCRIPT_TYPE_CHOICES = {"sh": "POSIX Shell (bash/zsh)", "ps": "PowerShell"} +SCRIPT_TYPE_CHOICES = {"sh": "POSIX Shell (bash/zsh) [macOS/Linux]", "ps": "PowerShell [Windows]"} CLAUDE_LOCAL_PATH = Path.home() / ".claude" / "local" / "claude"