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
Yes, we can make a setter, I can see how this would be useful.
Meanwhile, to change it, please subclass the PicocliCommands class in your project and override the name() method.
It took me a while to find it, but it looks like the
name()
method is defined in JLine'sCommandRegistry
interface:Yes, we can make a setter, I can see how this would be useful.
Meanwhile, to change it, please subclass the
PicocliCommands
class in your project and override thename()
method.Originally posted by @remkop in #2028 (reply in thread)
The text was updated successfully, but these errors were encountered: