Clarify variadic parameter default values (#646)
Clarify that both `+` and `*` variadics can take default values in readme.
This commit is contained in:
parent
1ff619295c
commit
7615fe13a5
@ -595,7 +595,7 @@ commit MESSAGE *FLAGS:
|
|||||||
git commit {{FLAGS}} -m "{{MESSAGE}}"
|
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
|
```make
|
||||||
test +FLAGS='-q':
|
test +FLAGS='-q':
|
||||||
|
Loading…
Reference in New Issue
Block a user