Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DBCmd = &cobra.Command{ Use: "db", Short: "Shows the db command.", Long: `Shows the db command.`, Run: func(cmd *cobra.Command, args []string) { if len(args) == 0 { cmd.Help() os.Exit(0) } }, }
DBCmd represents the db command
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.