Skip to content

Commit

Permalink
[#1125] fix link syntax in RELEASE-NOTES
Browse files Browse the repository at this point in the history
  • Loading branch information
remkop committed Feb 19, 2022
1 parent a74cb2b commit fd4164f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ This release introduces two parser configuration options to change this behaviou

When set to `true`, all options in the command (options that take a parameter) can consume values that match option names or subcommand names.

This means that any option will consume the maximum number of arguments possible for its <<Arity,arity>>.
This means that any option will consume the maximum number of arguments possible for its [arity](https://picocli.info/#_arity).

USE WITH CAUTION!

If an option is defined as `arity = "*"`, this option will consume _all_ remaining command line arguments following this option (until the <<Double dash (`--`),End-of-options delimiter>>) as parameters of this option.
If an option is defined as `arity = "*"`, this option will consume _all_ remaining command line arguments following this option (until the [End-of-options delimiter](https://picocli.info/#_double_dash)) as parameters of this option.

### Unsorted Synopsis
By default, the synopsis displays options in alphabetical order.
Expand Down

0 comments on commit fd4164f

Please sign in to comment.