Class: Stool::Command::Repo
- Inherits:
-
Stool::Command
- Object
- CLAide::Command
- Stool::Command
- Stool::Command::Repo
- Defined in:
- lib/stool/Command/Repo.rb,
lib/stool/Command/Repo/CacheClean.rb
Direct Known Subclasses
Defined Under Namespace
Classes: CacheClean
Instance Method Summary collapse
-
#initialize(argv) ⇒ Repo
constructor
self.default_subcommand = ‘list’.
Methods inherited from Stool::Command
#checkConfigFile, options, #pp, #run
Constructor Details
#initialize(argv) ⇒ Repo
self.default_subcommand = ‘list’
15 16 17 |
# File 'lib/stool/Command/Repo.rb', line 15 def initialize(argv) super end |