Skip to content

Commit

Permalink
chore: We don't have plugins
Browse files Browse the repository at this point in the history
Signed-off-by: Sergiy Kulanov <[email protected]>
  • Loading branch information
SergK committed Oct 12, 2023
1 parent 5832ed6 commit 62d49cd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pkg/cmd/root.go
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
package cmd

import (
"os"

"github.com/sergk/tkn-graph/pkg/cmd/pipeline"
"github.com/sergk/tkn-graph/pkg/cmd/pipelinerun"
"github.com/spf13/cobra"
"github.com/spf13/pflag"
"github.com/tektoncd/cli/pkg/cli"
)

Expand Down Expand Up @@ -35,8 +32,6 @@ Use "{{.CommandPath}} [command] --help" for more information about a command.{{e
`

func Root(p cli.Params) *cobra.Command {
// Reset CommandLine so we don't get the flags from the libraries, i.e:
pflag.CommandLine = pflag.NewFlagSet(os.Args[0], pflag.ExitOnError)

cmd := &cobra.Command{
Use: "tkn-graph",
Expand Down

0 comments on commit 62d49cd

Please sign in to comment.