keycodes

package
v4.5.2003+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 29, 2020 License: Apache-2.0 Imports: 2 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL