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.
arguments
description
value
arguments = { "--parameter" = { description = "..." value = "..." } } Copy
arguments = { "--parameter" = { description = "..." value = "..." } }
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 thedescription
next to thevalue
.Example
See