Class: Amp::Command::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/amp-core/command_ext/repository_loading.rb

Class Method Summary collapse

Class Method Details

.has_repoObject



25
26
27
28
# File 'lib/amp-core/command_ext/repository_loading.rb', line 25

def self.has_repo
  include Core::RepositoryLoading
  opt :repository, "The path to the repository to use", :short => "-R", :default => Dir.pwd
end