You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at the code, all deprecated methods already have a javadoc @deprecated tag with links to the methods that should be used instead. (Except for the addSubcommand method in CommandLine.Help.)
It is likely that the user who raised this was looking at decompiled code in their IDE, without source attached, and in this view the javadoc was hidden.
Methods that became deprecated in picocli 4.0 do not always explain to developers what they should use instead, as pointed out here.
The text was updated successfully, but these errors were encountered: