Documentation ¶
Index ¶
Constants ¶
View Source
const Version = "3.41.6"
Variables ¶
View Source
var RootCmd = &cobra.Command{ Short: "A tasty treat for all your database needs", PersistentPreRun: func(c *cobra.Command, args []string) { fmt.Printf("v%s\n\n", Version) env = defaults.String(os.Getenv("GO_ENV"), env) setConfigLocation() }, Run: func(cmd *cobra.Command, args []string) { if !version { cmd.Help() } }, }
Functions ¶
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.