Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "bbctl", Short: "CLI tool for Bitbucket repositories management", PersistentPreRunE: func(cmd *cobra.Command, args []string) error { var err error utils.Cfg, err = utils.LoadConfig() if err != nil { return err } level := slog.LevelInfo if utils.Debug { level = slog.LevelDebug } utils.Logger = slog.New(slog.NewTextHandler(os.Stderr, &slog.HandlerOptions{Level: level})) return nil }, }
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.