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

@@ -24,9 +24,6 @@ var rootCmd = &cobra.Command{
Use: "nmctl",
Short: "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