Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Version string Revision string )
View Source
var RootCmd = &cobra.Command{ Use: "git-kustomize-diff", Short: "git-kustomize-diff", SilenceErrors: false, PersistentPreRun: func(cmd *cobra.Command, args []string) { if cmd.Use == "version" { return } switch rootOpts.verbose { case 0: log.SetLevel(log.ErrorLevel) case 1: log.SetLevel(log.InfoLevel) case 2: log.SetLevel(log.DebugLevel) case 3: log.SetLevel(log.TraceLevel) default: log.SetLevel(log.TraceLevel) } }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.