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
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -223,6 +223,7 @@ bash function.
223
223
`help` | The message to display when using `--help`. Can have multiple lines.
224
224
`required` | Specify if this argument is required. Note that once you define an optional argument (without required: true) then you cannot define required arguments after it.
225
225
`default` | The value to use in case it is not provided by the user. Implies that this argument is optional.
226
+
`allowed` | Limit the allowed values by providing an array.
0 commit comments