Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "rudolph", Short: "cli for interacting with Santa server", SilenceUsage: true, Long: "cli for interacting with Santa server", PersistentPreRunE: func(cmd *cobra.Command, args []string) error { _, err := retrieveConfig(cmd) if err != nil { return err } return nil }, }
RootCmd is the entry point command for the CLI, exported for use elsewhere
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.