Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DevicesCommand ¶
DevicesCommand uses DeviceManager to list available devices.
func (*DevicesCommand) Help ¶
func (c *DevicesCommand) Help() string
Help method defines command instructions.
func (*DevicesCommand) Run ¶
func (c *DevicesCommand) Run(args []string) int
Run method runs the command.
func (*DevicesCommand) Synopsis ¶
func (c *DevicesCommand) Synopsis() string
Synopsis method provides short definition.
type RecordCommand ¶
RecordCommand initiates key strokes recording.
func (*RecordCommand) Help ¶
func (c *RecordCommand) Help() string
Help method defines command instructions.
func (*RecordCommand) Run ¶
func (c *RecordCommand) Run(args []string) int
Run method executes the command.
func (*RecordCommand) Synopsis ¶
func (c *RecordCommand) Synopsis() string
Synopsis method provides short definition.
type VersionCommand ¶
VersionCommand prints application version.
func (*VersionCommand) Help ¶
func (c *VersionCommand) Help() string
Help method defines command instructions.
func (*VersionCommand) Run ¶
func (c *VersionCommand) Run(args []string) int
Run method executes the command.
func (*VersionCommand) Synopsis ¶
func (c *VersionCommand) Synopsis() string
Synopsis method provides short definition.
Click to show internal directories.
Click to hide internal directories.