Method: Flydata::Command::Sender.slop_start
- Defined in:
- lib/flydata/command/sender.rb
.slop_start ⇒ Object
4 5 6 7 8 |
# File 'lib/flydata/command/sender.rb', line 4 def self.slop_start Slop.new do on 'n', 'no-daemon', 'Start FlyData agent as a regular program' end end |