Class: Circler::ProjectsCommand

Inherits:
BaseCommand show all
Defined in:
lib/circler/command/projects_command.rb

Class Method Summary collapse

Methods inherited from BaseCommand

build_number, project_name, reponame, setup_token

Class Method Details

.run(options) ⇒ Object



4
5
6
7
# File 'lib/circler/command/projects_command.rb', line 4

def run(options)
  setup_token
  say ProjectPrinter.new(Project.all, compact: options['format'] == 'simple')
end