We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d9bd69 commit 4dde087Copy full SHA for 4dde087
1 file changed
pkg/cmd/search/search.go
@@ -1,9 +1,9 @@
1
package search
2
3
import (
4
+ "github.com/MakeNowJust/heredoc"
5
"github.com/cli/cli/v2/pkg/cmdutil"
6
"github.com/spf13/cobra"
- "github.com/MakeNowJust/heredoc"
7
8
searchCodeCmd "github.com/cli/cli/v2/pkg/cmd/search/code"
9
searchCommitsCmd "github.com/cli/cli/v2/pkg/cmd/search/commits"
@@ -16,7 +16,7 @@ func NewCmdSearch(f *cmdutil.Factory) *cobra.Command {
16
cmd := &cobra.Command{
17
Use: "search <command>",
18
Short: "Search for repositories, issues, and pull requests",
19
- Long: heredoc.Docf(`
+ Long: heredoc.Docf(`
20
Search across all of GitHub.
21
22
Excluding search results that match a qualifier
0 commit comments