Class: Trendhub::CLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/trendhub/cli.rb

Instance Method Summary collapse

Instance Method Details

#languagesObject



28
29
30
# File 'lib/trendhub/cli.rb', line 28

def languages
  Trendhub::Commands::Languages.new.execute
end

#repoObject



22
23
24
# File 'lib/trendhub/cli.rb', line 22

def repo
  Trendhub::Commands::Repo.new(options).execute
end