Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Revision = ""
View Source
var RootCmd = func() *cobra.Command { updateLogger(slog.LevelWarn) var verbose bool var rootCmd = &cobra.Command{ Use: "homekit-proxy", Short: "Homekit Proxy", Run: func(cmd *cobra.Command, args []string) { _ = cmd.Help() }, PersistentPreRun: func(cmd *cobra.Command, args []string) { if verbose { updateLogger(slog.LevelInfo) } }, } rootCmd.PersistentFlags().BoolVarP(&verbose, "verbose", "v", false, "verbose output") return rootCmd }()
View Source
var Version = ""
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.