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
-
Hi, if we want to deprecate a field annotated with
@Option
it seems we have to do it manually, like adding aDeprecation
notice 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
@Option
annotation, 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