Skip to content

Commit f5e8b16

Browse files
authored
Merge pull request #790 from pentop/master
added link to Option groups
2 parents d443a51 + 705b421 commit f5e8b16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ __This library provides _hassle free_ command line parsing with a constantly upd
4040
- Support Mutable and Immutable types.
4141
- Support HelpText localization.
4242
- Support ordering of options in HelpText.
43-
- Support [Mutually Exclusive Options](https://github.com/commandlineparser/commandline/wiki/Mutually-Exclusive-Options) and Options groups.
43+
- Support [Mutually Exclusive Options](https://github.com/commandlineparser/commandline/wiki/Mutually-Exclusive-Options) and [Option groups](https://github.com/commandlineparser/commandline/wiki/Option-Groups).
4444
- Support named and value options.
4545
- Support Asynchronous programming with async and await.
4646
- Unparsing support: `CommandLine.Parser.Default.FormatCommandLine<T>(T options)`.

0 commit comments

Comments
 (0)