cleanup comments

This commit is contained in:
Anish Mukherjee
2023-01-04 17:20:05 +05:30
parent 8b5eb0cbd4
commit 016e7fd2f9
14 changed files with 0 additions and 18 deletions

View File

@@ -11,7 +11,6 @@ var rootCmd = &cobra.Command{
Use: "acl", Use: "acl",
Short: "Manage Access Control Lists (ACLs)", Short: "Manage Access Control Lists (ACLs)",
Long: `Manage Access Control Lists (ACLs)`, Long: `Manage Access Control Lists (ACLs)`,
// Run: func(cmd *cobra.Command, args []string) { },
} }
// GetRoot returns the root subcommand // GetRoot returns the root subcommand

View File

@@ -11,7 +11,6 @@ var rootCmd = &cobra.Command{
Use: "context", Use: "context",
Short: "Manage various netmaker server configurations", Short: "Manage various netmaker server configurations",
Long: `Manage various netmaker server configurations`, Long: `Manage various netmaker server configurations`,
// Run: func(cmd *cobra.Command, args []string) { },
} }
// GetRoot returns the root subcommand // GetRoot returns the root subcommand

View File

@@ -11,7 +11,6 @@ var rootCmd = &cobra.Command{
Use: "dns", Use: "dns",
Short: "Manage DNS entries associated with a network", Short: "Manage DNS entries associated with a network",
Long: `Manage DNS entries associated with a network`, Long: `Manage DNS entries associated with a network`,
// Run: func(cmd *cobra.Command, args []string) { },
} }
// GetRoot returns the root subcommand // GetRoot returns the root subcommand

View File

@@ -11,7 +11,6 @@ var rootCmd = &cobra.Command{
Use: "ext_client", Use: "ext_client",
Short: "Manage External Clients", Short: "Manage External Clients",
Long: `Manage External Clients`, Long: `Manage External Clients`,
// Run: func(cmd *cobra.Command, args []string) { },
} }
// GetRoot returns the root subcommand // GetRoot returns the root subcommand

View File

@@ -11,7 +11,6 @@ var rootCmd = &cobra.Command{
Use: "host", Use: "host",
Short: "Manage hosts", Short: "Manage hosts",
Long: `Manage hosts`, Long: `Manage hosts`,
// Run: func(cmd *cobra.Command, args []string) { },
} }
// GetRoot returns the root subcommand // GetRoot returns the root subcommand

View File

@@ -11,7 +11,6 @@ var rootCmd = &cobra.Command{
Use: "keys", Use: "keys",
Short: "Manage access keys associated with a network", Short: "Manage access keys associated with a network",
Long: `Manage access keys associated with a network`, Long: `Manage access keys associated with a network`,
// Run: func(cmd *cobra.Command, args []string) { },
} }
// GetRoot returns the root subcommand // GetRoot returns the root subcommand

View File

@@ -11,7 +11,6 @@ var rootCmd = &cobra.Command{
Use: "metrics", Use: "metrics",
Short: "Fetch metrics of nodes/networks", Short: "Fetch metrics of nodes/networks",
Long: `Fetch metrics of nodes/networks`, Long: `Fetch metrics of nodes/networks`,
// Run: func(cmd *cobra.Command, args []string) { },
} }
// GetRoot returns the root subcommand // GetRoot returns the root subcommand

View File

@@ -11,9 +11,6 @@ var rootCmd = &cobra.Command{
Use: "network", Use: "network",
Short: "Manage Netmaker Networks", Short: "Manage Netmaker Networks",
Long: `Manage Netmaker Networks`, Long: `Manage Netmaker Networks`,
// Uncomment the following line if your bare application
// has an action associated with it:
// Run: func(cmd *cobra.Command, args []string) { },
} }
// GetRoot returns the root subcommand // GetRoot returns the root subcommand

View File

@@ -11,7 +11,6 @@ var rootCmd = &cobra.Command{
Use: "network_user", Use: "network_user",
Short: "Manage Network Users", Short: "Manage Network Users",
Long: `Manage Network Users`, Long: `Manage Network Users`,
// Run: func(cmd *cobra.Command, args []string) { },
} }
// GetRoot returns the root subcommand // GetRoot returns the root subcommand

View File

@@ -11,7 +11,6 @@ var rootCmd = &cobra.Command{
Use: "node", Use: "node",
Short: "Manage nodes associated with a network", Short: "Manage nodes associated with a network",
Long: `Manage nodes associated with a network`, Long: `Manage nodes associated with a network`,
// Run: func(cmd *cobra.Command, args []string) { },
} }
// GetRoot returns the root subcommand // GetRoot returns the root subcommand

View File

@@ -24,9 +24,6 @@ var rootCmd = &cobra.Command{
Use: "nmctl", Use: "nmctl",
Short: "CLI for interacting with Netmaker Server", Short: "CLI for interacting with Netmaker Server",
Long: `CLI for interacting with Netmaker Server`, Long: `CLI for interacting with Netmaker Server`,
// Uncomment the following line if your bare application
// has an action associated with it:
// Run: func(cmd *cobra.Command, args []string) { },
} }
// GetRoot returns the root of all subcommands // GetRoot returns the root of all subcommands

View File

@@ -11,7 +11,6 @@ var rootCmd = &cobra.Command{
Use: "server", Use: "server",
Short: "Get netmaker server information", Short: "Get netmaker server information",
Long: `Get netmaker server information`, Long: `Get netmaker server information`,
// Run: func(cmd *cobra.Command, args []string) { },
} }
// GetRoot returns the root subcommand // GetRoot returns the root subcommand

View File

@@ -11,7 +11,6 @@ var rootCmd = &cobra.Command{
Use: "user", Use: "user",
Short: "Manage users and permissions", Short: "Manage users and permissions",
Long: `Manage users and permissions`, Long: `Manage users and permissions`,
// Run: func(cmd *cobra.Command, args []string) { },
} }
// GetRoot returns the root subcommand // GetRoot returns the root subcommand

View File

@@ -11,7 +11,6 @@ var rootCmd = &cobra.Command{
Use: "usergroup", Use: "usergroup",
Short: "Manage User Groups", Short: "Manage User Groups",
Long: `Manage User Groups`, Long: `Manage User Groups`,
// Run: func(cmd *cobra.Command, args []string) { },
} }
// GetRoot returns the root subcommand // GetRoot returns the root subcommand