What would you like to be added:
Merge /pkg/flags into /pkg/target and rename target.go (within /pkg/flags) to flags.go
Also drop the unsued parameter from func RegisterCompletionFuncsForTargetFlags(cmd *cobra.Command, factory util.Factory, ioStreams util.IOStreams, _ *pflag.FlagSet) {
What would you like to be added: Merge /pkg/flags into /pkg/target and rename target.go (within /pkg/flags) to flags.go Also drop the unsued parameter from
func RegisterCompletionFuncsForTargetFlags(cmd *cobra.Command, factory util.Factory, ioStreams util.IOStreams, _ *pflag.FlagSet) {
Why is this needed: