Class: CircleCI::CLI::Command::ProjectsCommand
- Inherits:
-
BaseCommand
- Object
- BaseCommand
- CircleCI::CLI::Command::ProjectsCommand
- Defined in:
- lib/circleci/cli/command/projects_command.rb
Class Method Summary collapse
Methods inherited from BaseCommand
build_number, project_name, reponame, setup_token, should_be_pretty
Class Method Details
.run(options) ⇒ Object
8 9 10 11 |
# File 'lib/circleci/cli/command/projects_command.rb', line 8 def run() setup_token say Printer::ProjectPrinter.new(Response::Project.all, pretty: should_be_pretty()).to_s end |