Class: Gisha::CreateRepositoryCommand
- Inherits:
-
Clamp::Command
- Object
- Clamp::Command
- Gisha::CreateRepositoryCommand
- Defined in:
- lib/gisha/cli.rb
Instance Method Summary collapse
Instance Method Details
#execute ⇒ Object
40 41 42 |
# File 'lib/gisha/cli.rb', line 40 def execute Rugged::Repository.init_at(path, :bare) end |