Documentation
¶
Overview ¶
The cmd package is used for Cobra integration.
0.2.9 Created by make-go-github-file.yaml on Fri May 26 21:09:51 UTC 2023
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "senzing-tools", Short: "Tools to help use the Senzing API", Long: ` Welcome to senzing-tools! For more information, visit https://github.com/Senzing/senzing-tools `, PreRun: func(cobraCommand *cobra.Command, args []string) { cobraCommand.SetVersionTemplate(constant.VersionTemplate) }, Version: cmdhelper.Version(buildVersion, buildIteration), }
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.