We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69db6fc commit 3a21dfaCopy full SHA for 3a21dfa
pkg/cmd/repo/rename/rename.go
@@ -17,9 +17,9 @@ import (
17
)
18
19
type RenameOptions struct {
20
- HttpClient func() (*http.Client, error)
21
- IO *iostreams.IOStreams
22
- Config func() (config.Config, error)
+ HttpClient func() (*http.Client, error)
+ IO *iostreams.IOStreams
+ Config func() (config.Config, error)
23
oldRepoSelector string
24
newRepoSelector string
25
}
0 commit comments