Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Root = &cobra.Command{ Use: "adbus", Short: ` An distributed advertising kiosk`, Long: ``, SilenceErrors: true, SilenceUsage: true, DisableAutoGenTag: true, Run: func(command *cobra.Command, args []string) { command.HelpFunc()(command, args) }, }
Root represents the base command when called without any subcommands
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.