Class: Tagrity::CLI
- Inherits:
-
Thor
- Object
- Thor
- Tagrity::CLI
- Defined in:
- lib/tagrity/cli.rb
Instance Method Summary collapse
Instance Method Details
#logs ⇒ Object
37 38 39 |
# File 'lib/tagrity/cli.rb', line 37 def logs Command::Logs::call(['n'], ['debug']) end |
#start ⇒ Object
19 20 21 |
# File 'lib/tagrity/cli.rb', line 19 def start() Command::Start::call(['fg'], ['fresh']) end |