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
@@ -238,6 +238,7 @@ short form).
238
238
`arg` | If the flag requires an argument, specify its name here.
239
239
`required` | Specify if this flag is required.
240
240
`default` | The value to use in case it is not provided by the user. Implies that this flag is optional, and only makes sense when the flag has an argument.
241
+
`allowed` | For flags with an argument, you can limit the allowed values by providing an array.
0 commit comments