Class: Silo::CLI
- Inherits:
-
Rubikon::Application::Base
- Object
- Rubikon::Application::Base
- Silo::CLI
- Defined in:
- lib/silo/cli.rb
Overview
This class is a Rubikon application that implements the command-line interface for Silo
Instance Attribute Summary collapse
-
#repo ⇒ Repository
Returns the current repository.
Instance Attribute Details
#repo ⇒ Repository
Returns the current repository
167 168 169 170 |
# File 'lib/silo/cli.rb', line 167 def repo raise 'No repository configured.' if @repo.nil? @repo end |