Skip to content

Commit

Permalink
Add bash completion command
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenrewar committed Apr 6, 2022
1 parent b4c041b commit d07f87a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cli/pkg/kctrl/cmd/kctrl.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ func NewKctrlCmd(o *KctrlOptions, flagsFactory cmdcore.FlagsFactory) *cobra.Comm

ConfigureGlobalFlags(o, cmd, flagsFactory, pkgOpts.PositionalArgs)

cmd.AddCommand(NewCmdCompletion())

return cmd
}

Expand Down

0 comments on commit d07f87a

Please sign in to comment.