Class: Moro::CLI
- Inherits:
-
Thor
- Object
- Thor
- Moro::CLI
- Defined in:
- lib/moro/cli.rb
Overview
class << self
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
18 19 20 21 |
# File 'lib/moro/cli.rb', line 18 def show monitor=Monitor.new() monitor.show end |
#start ⇒ Object
25 26 27 28 |
# File 'lib/moro/cli.rb', line 25 def start daemon=Daemon.new() daemon.start end |
#version ⇒ Object
12 13 14 |
# File 'lib/moro/cli.rb', line 12 def version puts "#{File.basename($0)} #{VERSION}" end |