From 46862f96d96680fe011eee9e8dcf1ea4e93dba12 Mon Sep 17 00:00:00 2001 From: William Martin Date: Thu, 12 Dec 2024 14:57:34 +0100 Subject: [PATCH] Reformat ext install long --- pkg/cmd/extension/command.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkg/cmd/extension/command.go b/pkg/cmd/extension/command.go index 3e0bcfdb6..410e96f53 100644 --- a/pkg/cmd/extension/command.go +++ b/pkg/cmd/extension/command.go @@ -302,10 +302,10 @@ 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 (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. + 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. - When executing the extension, the GitHub CLI will run the executable file found by following the symbolic link. If no executable file is found, the extension will fail to execute.