Class: Daun::CLI
- Inherits:
-
Thor
- Object
- Thor
- Daun::CLI
- Defined in:
- lib/daun/cli.rb
Overview
All daun cli subcommands are made available by this class.
Instance Method Summary collapse
Instance Method Details
#checkout ⇒ Object
16 17 18 |
# File 'lib/daun/cli.rb', line 16 def checkout Daun::RuggedDaun.new([:directory]).checkout end |
#init(remote_url, destination) ⇒ Object
9 10 11 |
# File 'lib/daun/cli.rb', line 9 def init(remote_url, destination) Daun::RuggedDaun.new(destination).init(remote_url) end |