From 3abba558f317acee75eef53b9bcbbc2d1179f603 Mon Sep 17 00:00:00 2001 From: vilmibm Date: Tue, 8 Nov 2022 12:32:44 -0800 Subject: [PATCH] review feedback --- pkg/cmd/extension/command.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/cmd/extension/command.go b/pkg/cmd/extension/command.go index 54d57c778..1ea3b5530 100644 --- a/pkg/cmd/extension/command.go +++ b/pkg/cmd/extension/command.go @@ -59,7 +59,7 @@ func NewCmdExtension(f *cmdutil.Factory) *cobra.Command { cmd := &cobra.Command{ Use: "search []", - Short: "Search through extensions to the GitHub CLI", + Short: "Search extensions to the GitHub CLI", Long: heredoc.Doc(` Search for gh extensions. @@ -95,7 +95,7 @@ func NewCmdExtension(f *cmdutil.Factory) *cobra.Command { $ gh ext search # List more extensions - $ gh ext search -L300 + $ gh ext search --limit 300 # List extensions matching the term "branch" $ gh ext search branch