module Travis::CLI

def commands

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