$parameters
 – 
Mapping of parameter name to type
$parameters maps the available parameters to strings describing their type and flags.
The values follow the (t) parameter expansion flag.
Links
Examples
- Print all parameters with type and flags
- Output:1typeset -A parameters1 2# only the first two key-value pairs are shown parameters=( [RANDOM]=integer-special [USERNAME]=scalar-special ... )
BashSupport Pro ist eine Zsh IDE mit Unterstützung für $parameters - probieren Sie es jetzt aus!