Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // VersionCmd represents the version command VersionCmd = &cobra.Command{ Use: "version", Short: "Print the version information", Long: `Print the version and build information of DocBase CLI.`, Run: func(cmd *cobra.Command, args []string) { fmt.Printf("DocBase CLI version %s\n", root.Version) fmt.Printf("Built at %s\n", root.BuildTime) }, } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.