Class: Amp::Command::Base
- Inherits:
-
Object
- Object
- Amp::Command::Base
- Defined in:
- lib/amp-core/command_ext/repository_loading.rb
Class Method Summary collapse
Class Method Details
.has_repo ⇒ Object
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 |