global

def command_groups

Get a hash of available commands grouped by the "group" name.
def command_groups
  visible_commands.values.group_by(&:group)
end