diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ee1180c8..30b8fe83b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ ### Fixed - Help output missing items when no help text is specified. ([#85](https://github.com/ajalt/clikt/issues/85)) +- Help output not grouping option in groups passed to `groupChoice`. ([#88](https://github.com/ajalt/clikt/issues/88)) ## [2.1.0] - 2019-05-23 ### Added diff --git a/clikt/src/main/kotlin/com/github/ajalt/clikt/parameters/groups/ParameterGroup.kt b/clikt/src/main/kotlin/com/github/ajalt/clikt/parameters/groups/ParameterGroup.kt index 6ea41d1f8..a45b0ba7d 100644 --- a/clikt/src/main/kotlin/com/github/ajalt/clikt/parameters/groups/ParameterGroup.kt +++ b/clikt/src/main/kotlin/com/github/ajalt/clikt/parameters/groups/ParameterGroup.kt @@ -67,13 +67,6 @@ interface ParameterGroupDelegate : ParameterGroup, ReadOnlyProperty