undefined or nil Args default to ArbitraryArgs (#1612)

This commit is contained in:
Unai Martinez-Corral
2022-06-21 03:00:50 +01:00
committed by GitHub
parent 7c9831d376
commit ea94a3db55
2 changed files with 3 additions and 3 deletions

View File

@ -326,8 +326,8 @@ In both of these cases:
## Positional and Custom Arguments
Validation of positional arguments can be specified using the `Args` field
of `Command`.
Validation of positional arguments can be specified using the `Args` field of `Command`.
If `Args` is undefined or `nil`, it defaults to `ArbitraryArgs`.
The following validators are built in: