Skip to content

Commit

Permalink
[kueuectl] Remove duplication of list commands. (#2397)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbobrovskyi authored Jun 11, 2024
1 parent 1ae95f3 commit 380effa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/kueuectl/app/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ func NewKueuectlCmd(o KueuectlOptions) *cobra.Command {
cmd.AddCommand(resume.NewResumeCmd(clientGetter, o.IOStreams))
cmd.AddCommand(stop.NewStopCmd(clientGetter, o.IOStreams))
cmd.AddCommand(list.NewListCmd(clientGetter, o.IOStreams, o.Clock))
cmd.AddCommand(list.NewListCmd(clientGetter, o.IOStreams, o.Clock))
cmd.AddCommand(version.NewVersionCmd(clientGetter, o.IOStreams))

pCommands, err := passthrough.NewCommands()
Expand Down

0 comments on commit 380effa

Please sign in to comment.