Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
diff --git a/cmd/root.go b/cmd/root.go index 8d82c65..0372122 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -15,6 +15,8 @@ var RootCmd = &cobra.Command{ } func init() { + a := 1 + b := a + 1 cobra.OnInitialize() RootCmd.PersistentFlags().StringP("config", "", "", "Kubernetes config file path (If you don't set it, use environment variables `KUBECONFIG`)") RootCmd.PersistentFlags().BoolP("verbose", "v", false, "Enable verbose mode")
- Loading branch information