Input argument default script

Usage

An input argument default script belongs to a command input argument and defines the value that will be used during the command execution if no value is explicitly provided by the command caller.

Selector syntax

Table 7.15. Input argument default script selector

ProductionSyntaxLinks
input_argument_default_script_selectorcommand_id "." input_argument_id "." "default"the section called “Input argument default script”

Input arguments

This script has no input arguments.

Output argument

This script has one output argument that contains the default value. This output argument's id suffix and type are the same as those of the command's input argument (e.g. if the command's input argument id is i_category then this script's output argument id is o_category).

Examples

See:

See also