Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "vendors", Short: "synctv vendors", Long: `synctv https://github.com/synctv-org/vendors`, PersistentPreRun: func(cmd *cobra.Command, args []string) { s, err := utils.GetEnvFiles(".") if err != nil { logrus.Fatalf("error getting .env files: %v", err) } if len(s) != 0 { err = godotenv.Overload(s...) if err != nil { logrus.Fatalf("error loading .env files: %v", err) } } _ = bootstrap.InitLog() }, }
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.