From 32abca8c381c34a349d7d829d2fcfda2a4da91e6 Mon Sep 17 00:00:00 2001 From: Kynan Ware <47394200+BagToad@users.noreply.github.com> Date: Thu, 12 Dec 2024 06:42:34 -0700 Subject: [PATCH] Mention Windows quirk in ext install help text --- pkg/cmd/extension/command.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cmd/extension/command.go b/pkg/cmd/extension/command.go index b9f322768..3e0bcfdb6 100644 --- a/pkg/cmd/extension/command.go +++ b/pkg/cmd/extension/command.go @@ -302,7 +302,7 @@ func NewCmdExtension(f *cmdutil.Factory) *cobra.Command { value of the repository argument. Note the following: - After installing an extension from a locally cloned repository, the GitHub CLI will - manage this extension as a symbolic link pointing to an executable file with the same + manage this extension as a symbolic link (or equivalent mechanism on Windows) pointing to an executable file with the same name as the repository in the repository's root. - For example, if the repository is named %[1]sgh-foobar%[1]s, the symbolic link will point to %[1]sgh-foobar%[1]s in the extension repository's root.