Class: Chap::CLI
- Inherits:
-
Thor
- Object
- Thor
- Chap::CLI
- Defined in:
- lib/chap/cli.rb
Instance Method Summary collapse
Instance Method Details
#deploy ⇒ Object
25 26 27 |
# File 'lib/chap/cli.rb', line 25 def deploy Chap::Task.deploy() end |
#hook(name) ⇒ Object
39 40 41 |
# File 'lib/chap/cli.rb', line 39 def hook(name) Chap::Runner.new().test_hook(name) end |
#setup ⇒ Object
8 9 10 |
# File 'lib/chap/cli.rb', line 8 def setup Chap::Task.setup() end |
#symlink ⇒ Object
53 54 55 |
# File 'lib/chap/cli.rb', line 53 def symlink Chap::Runner.new().symlink end |