Clarify variadic parameter default values (#646)

Clarify that both `+` and `*` variadics can take default values
in readme.
This commit is contained in:
Richard Berry 2020-06-13 21:56:28 +01:00 committed by GitHub
parent 1ff619295c
commit 7615fe13a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -595,7 +595,7 @@ commit MESSAGE *FLAGS:
git commit {{FLAGS}} -m "{{MESSAGE}}"
```
Variadic parameters prefixed by `+` can be assigned default values. These are overridden by arguments passed on the command line:
Variadic parameters can be assigned default values. These are overridden by arguments passed on the command line:
```make
test +FLAGS='-q':