kubernetes/pkg/kubectl/cmd/templates
Kubernetes Submit Queue 6a0d3c7494 Merge pull request #46069 from waseem/variadic-command-addition-to-parent-command
Automatic merge from submit-queue

Use variadic nature of *cobra.Command.AddCommand to add group of commands to a parent command

**What this PR does / why we need it**:

Rather than looping over commands in a group and add it one by one to a
parent command, use variadic nature of *cobra.Command.AddCommand to add
the group of commands to the parent.
2017-08-09 06:33:10 -07:00
..
BUILD move term to kubectl/util 2017-06-30 15:00:24 -07:00
command_groups.go Use variadic nature of *cobra.Command.AddCommand to add group of commands to a parent command 2017-05-19 08:38:35 +05:30
markdown.go Add normalizers for cmd examples and descriptions 2016-10-17 11:31:38 -02:00
normalizers.go Basic support for kubectl plugins 2017-04-28 01:34:07 -03:00
templater.go move term to kubectl/util 2017-06-30 15:00:24 -07:00
templates.go Use responsive writer in help 2016-10-17 11:50:02 -02:00