-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Annotations in Traits are ignored #240
Comments
Also mentioned in #234; PRs welcome. |
Done, thanks! |
@greg-1-anderson This BC break was re-introduced in 4.5.3. |
Jelle-S
added a commit
to district09/robo-digipolis-helpers
that referenced
this issue
Apr 4, 2022
Jelle-S
added a commit
to district09/robo-digipolis-helpers
that referenced
this issue
Apr 4, 2022
Merge details: commit 15af89b Author: Jelle Sebreghts <[email protected]> Date: Mon Apr 4 10:54:13 2022 Add fix for BC break in Robo See consolidation/annotated-command#240
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is regarding a backwards incompatible change introduced at #237
As an workaround, avoid version 4.3.2 of this library.
Steps to reproduce
Create a command using a trait for common options shared among several similar commands.
Expected behavior
The command runs with no errors and the options are accepted.
Actual behavior
The options defined at the trait are completely ignored.
System Configuration
Any
The text was updated successfully, but these errors were encountered: