Class: Space::App::Command::Scope

Inherits:
Space::App::Command show all
Defined in:
lib/space/app/command/builtin.rb

Instance Attribute Summary

Attributes inherited from Space::App::Command

#args, #project, #scope

Instance Method Summary collapse

Methods inherited from Space::App::Command

#initialize

Constructor Details

This class inherits a constructor from Space::App::Command

Instance Method Details

#runObject



30
31
32
# File 'lib/space/app/command/builtin.rb', line 30

def run
  project.repos.scope = repos
end