You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| name |`string`| - |**REQUIRED** The argument name |
169
170
| required |`bool`|`false`| Whether or not the argument is required |
170
-
| arity |[Arity Object](#arity-object)|-| The argument arity. Arity defines the minimum and maximum number of argument values |
171
+
| arity |[Arity Object](#arity-object)|`{"minimum": 1, "maximum": 1}`| The argument arity. Arity defines the minimum and maximum number of argument values |
171
172
| acceptedValues |[`string`]| - | A list of accepted values |
172
173
| group |`string`| - | The argument group |
173
174
| description |`string`| - | The argument description |
0 commit comments