Skip to content

Commit

Permalink
Clarify variadic parameter default values (#646)
Browse files Browse the repository at this point in the history
Clarify that both `+` and `*` variadics can take default values
in readme.
  • Loading branch information
rjsberry authored Jun 13, 2020
1 parent 1ff6192 commit 7615fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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':
Expand Down

0 comments on commit 7615fe1

Please sign in to comment.