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
5.next Allow to hide commands from help output (#19101)
* feat(console): Allow commands to be hidden from help
* refactor: rename getHidden() => isHidden()
* Add helper method to check if command is hidden
* Use marker interface over isHidden() method
* fix up check to reflecting recent CompletionCommand changes