janluke / cloup

Library to build command line interfaces based on Click. It extends click with: option groups, constraints (e.g. mutually exclusive params), command aliases, help themes, "did you mean ...?" suggestions and more.
https://cloup.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
103 stars 11 forks source link

Fix: default to `Group.command_class` and `Group.group_class` when creating subcommands #162

Closed janluke closed 1 year ago

janluke commented 1 year ago

Fixes #160.

kdeldycke commented 1 year ago

I can confirm this fixes #160. Thanks @janluke for the PR!