module Travis::CLI

def commands

def commands
  CLI.constants.map { |n| CLI.const_get(n) }.select { |c| command? c }
end