Documentation
¶
Overview ¶
Package cmd is used for Cobra and Viper integration.
0.2.3 Created by senzing-factory/github-action-make-go-github-file.yaml on Wed Jun 12 18:38:28 UTC 2024
Index ¶
Constants ¶
View Source
const ( Short string = "provide an explanation" Use string = "explain" Long string = ` Explain an aspect of Senzing. ` )
Variables ¶
View Source
var ContextVariables = append(ContextVariablesForMultiPlatform, ContextVariablesForOsArch...)
View Source
var ContextVariablesForMultiPlatform = []option.ContextVariable{ option.MessageID, option.TtyOnly, }
View Source
var ContextVariablesForOsArch = []option.ContextVariable{}
View Source
var RootCmd = &cobra.Command{ Use: Use, Short: Short, Long: Long, PreRun: PreRun, RunE: RunE, Version: Version(), }
RootCmd represents the command.
Functions ¶
func Execute ¶
func Execute()
Execute adds all child commands to the root command and sets flags appropriately. This is called by main.main(). It only needs to happen once to the RootCmd.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.