Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ActivateCmd = &cobra.Command{ Use: "activate", Short: "activate keycode signature Data", Long: "", Run: func(cmd *cobra.Command, args []string) { keycodes.Activate(filePath) }, }
View Source
var AddKeycodeCmd = &cobra.Command{ Use: "add", Short: "add keycode", Long: "", Run: func(cmd *cobra.Command, args []string) { keycodes.AddKeycode(keycode) }, }
View Source
var DeleteKeycodeCmd = &cobra.Command{ Use: "delete", Short: "delete keycode", Long: "", Run: func(cmd *cobra.Command, args []string) { keycodes.DeleteKeycode(keycode) }, }
View Source
var GenerateRegistrationDataCmd = &cobra.Command{ Use: "generate", Short: "generate registration data", Long: "", Run: func(cmd *cobra.Command, args []string) { keycodes.GenerateRegistrationData() }, }
View Source
var KeycodeCmd = &cobra.Command{
Use: "keycode",
Short: "datahub keycode utilities",
Long: "",
}
View Source
var ReadKeycodeCmd = &cobra.Command{ Use: "read", Short: "read keycode detailed information", Long: "", Run: func(cmd *cobra.Command, args []string) { keycodes.ListKeycodes(keycode) }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.