Documentation ¶ Index ¶ func NewRootCmd() *cobra.Command type Config Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewRootCmd ¶ func NewRootCmd() *cobra.Command Types ¶ type Config ¶ type Config struct { Conn string } Config holds all runtime configuration for the CLI. Populated from flags and environment variables in NewRootCmd; commands receive a *Config and do not read flags or env directly. Source Files ¶ View all Source files config.godashboard_cmd.gomigrate_cmd.goroot_cmd.goui_cmd.go Click to show internal directories. Click to hide internal directories.