We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b413da commit cd3e9c4Copy full SHA for cd3e9c4
1 file changed
pkg/cmd/repo/view/view.go
@@ -15,8 +15,8 @@ import (
15
"github.com/cli/cli/pkg/cmdutil"
16
"github.com/cli/cli/pkg/iostreams"
17
"github.com/cli/cli/utils"
18
- "github.com/spf13/cobra"
19
"github.com/enescakir/emoji"
+ "github.com/spf13/cobra"
20
)
21
22
type ViewOptions struct {
0 commit comments