Class: Command

Command

Contains the list of Color Seek Command line switches


new Command(argument, description)

Sets the commands for the application

Parameters:
Name Type Description
argument string

The valid switch value(s) for this command

description string

Explanation of the command switch

Source:

Members


Argument :string

Command Line Switch

The valid switch value(s) for this command

Type:
  • string
Source:

Description :string

Command Line Switch Description

Explanation of the command switch

Type:
  • string
Source: