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
It would be nice if the console registry would provide completer that can leverage the command descriptions, this would allow displaying completion list for commands like the following:
I think the command description could be retrieved using commandRegistry.commandInfo(name), however, the command names completer is built here and I don't see any easy way to access the command registry.
In addition, it would be nice if the Picocli registries would be somehow compatible with the needed change.
It would be nice if the console registry would provide completer that can leverage the command descriptions, this would allow displaying completion list for commands like the following:
I think the command description could be retrieved using
commandRegistry.commandInfo(name)
, however, the command names completer is built here and I don't see any easy way to access the command registry.In addition, it would be nice if the Picocli registries would be somehow compatible with the needed change.
@mattirn any idea ?
The text was updated successfully, but these errors were encountered: