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: `Constraint.__getattr__` was returning `None` instead of raising `AttributeError` #167

Closed janluke closed 1 year ago

janluke commented 1 year ago

This issue was the root cause of:

Fixes #166.