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.
Table 7.15. Input argument default script selector
| Production | Syntax | Links |
|---|---|---|
input_argument_default_script_selector | command_id "." input_argument_id "." "default" | the section called “Input argument default script” |
This script has no input arguments.
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).
See: