We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e739ec7 commit 6d0ee53Copy full SHA for 6d0ee53
env.go
@@ -11,8 +11,8 @@ import (
11
12
func NewCmdEnv() *cobra.Command {
13
cmd := &cobra.Command{
14
- Use: "list-nodes",
15
- Short: "List nodes",
+ Use: "env",
+ Short: "List environment variables",
16
DisableAutoGenTag: true,
17
Run: func(cmd *cobra.Command, args []string) {
18
var e []string
root.go
@@ -13,7 +13,7 @@ func NewRootCmd() *cobra.Command {
enableAnalytics = true
)
var rootCmd = &cobra.Command{
- Use: "tamal",
+ Use: "kubectl-plugin-demo",
Short: `Tamal's kubectl plugin'`,
19
PersistentPreRun: func(c *cobra.Command, args []string) {
0 commit comments