Interface CheckCommandArguments

Command arguments can be defined as key-value-pairs in the arguments dictionary. Best practice is to assign a dictionary as value which provides additional details such as the description next to the value.

Example

  arguments = {
"--parameter" = {
description = "..."
value = "..."
}
}

See

interface CheckCommandArguments {}