class Travis::CLI::Help

def commands

def commands
  CLI.commands.sort_by { |c| c.command_name }
end