Replies: 1 comment 2 replies
-
|
Hello, indeed, there is no feature like this in the library, and I don't think there should be. Applications are free to use the description and the Enjoy using picocli! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, if we want to deprecate a field annotated with
@Optionit seems we have to do it manually, like adding aDeprecationnotice in the description and if the field is set, then we can manually print a warning that the field is deprecated, to be removed in the next version.I looked at the
@Optionannotation, but there is no such field to mark it as deprecated, do you think this could be useful for an enhancement ?Beta Was this translation helpful? Give feedback.
All reactions