class Trendhub::CLI

Public Instance Methods

languages() click to toggle source
# File lib/trendhub/cli.rb, line 28
def languages
  Trendhub::Commands::Languages.new.execute
end
repo() click to toggle source
# File lib/trendhub/cli.rb, line 22
def repo
  Trendhub::Commands::Repo.new(options).execute
end