lib/flydata/command/stop.rb in flydata-0.6.3 vs lib/flydata/command/stop.rb in flydata-0.6.4

- old
+ new

@@ -6,9 +6,10 @@ module Command class Stop < Base def self.slop Slop.new do on 'f', 'full', 'Stop all the processes' + on 'force-run', 'Run forcefully, ignoring exclusive run info' end end def run sender = Flydata::Command::Sender.new sender.stop